From 23b2ba47f47d6e8082fadd7e69a11bcd074958c7 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 13 Oct 2017 19:38:31 +0000 Subject: [PATCH] init: Create /root/.ssh/ --- modules/rhizo_base/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 27ddee4..faafb76 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -340,6 +340,10 @@ class rhizo_base { require => Vcsrepo['/var/rhizomatica'], } + file { '/root/.ssh': + ensure => directory + } + #Python modules class { 'python': version => 'system',