diff --git a/site/profiles/manifests/firstrun/complete.pp b/site/profiles/manifests/firstrun/complete.pp index b80d5a4..fabd873 100644 --- a/site/profiles/manifests/firstrun/complete.pp +++ b/site/profiles/manifests/firstrun/complete.pp @@ -1,6 +1,11 @@ # profiles::firstrun::complete class profiles::firstrun::complete { + file {'/root/.cache': + ensure => 'directory', + owner => 'root', + group => 'root', + } file {'/root/.cache/puppet_firstrun_complete': ensure => 'file', owner => 'root',