chore: duplicate resource #63

Merged
unkinben merged 1 commits from neoloc/firstrun_motd_cache into develop 2024-06-26 22:43:15 +10:00

View File

@ -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',