init: Create /root/.ssh/
This commit is contained in:
parent
5c20a2b17a
commit
23b2ba47f4
1 changed files with 4 additions and 0 deletions
|
@ -340,6 +340,10 @@ class rhizo_base {
|
||||||
require => Vcsrepo['/var/rhizomatica'],
|
require => Vcsrepo['/var/rhizomatica'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/root/.ssh':
|
||||||
|
ensure => directory
|
||||||
|
}
|
||||||
|
|
||||||
#Python modules
|
#Python modules
|
||||||
class { 'python':
|
class { 'python':
|
||||||
version => 'system',
|
version => 'system',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue