sandbox => false,
}
- if !defined(Ssh_local_key["$hostname"]) {
- ssh_local_key { "$hostname":
- owner => root,
- group => root,
- home => '/root',
- }
- }
+ # Currently we're not managing ssh keys this way
+ #if !defined(Ssh_local_key["$hostname"]) {
+ # ssh_local_key { "$hostname":
+ # owner => root,
+ # group => root,
+ # home => '/root',
+ # }
+ #}
}
sandbox => false,
}
- if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {
- nodo::subsystem::ssh::local_key { "$hostname":
- owner => root,
- group => root,
- home => '/root',
- }
- }
+ # Currently we're not managing ssh keys this way
+ #if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {
+ # nodo::subsystem::ssh::local_key { "$hostname":
+ # owner => root,
+ # group => root,
+ # home => '/root',
+ # }
+ #}
}