fix: define missing .cache directory #221

Merged
unkinben merged 1 commits from neoloc/firstrun_cache into develop 2025-03-13 21:48:48 +11:00

View File

@ -1,6 +1,11 @@
# profiles::firstrun::complete # profiles::firstrun::complete
class profiles::firstrun::complete { class profiles::firstrun::complete {
file {'/root/.cache':
ensure => 'directory',
owner => 'root',
group => 'root',
}
file {'/root/.cache/puppet_firstrun_complete': file {'/root/.cache/puppet_firstrun_complete':
ensure => 'file', ensure => 'file',
owner => 'root', owner => 'root',