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