init: Create /root/.ssh/

This commit is contained in:
Wile E. Coyote 2017-10-13 19:38:31 +00:00
parent 5c20a2b17a
commit 23b2ba47f4

View file

@ -340,6 +340,10 @@ class rhizo_base {
require => Vcsrepo['/var/rhizomatica'],
}
file { '/root/.ssh':
ensure => directory
}
#Python modules
class { 'python':
version => 'system',