fix: define missing .cache directory

This commit is contained in:
Ben Vincent 2025-03-13 21:48:04 +11:00
parent a309244713
commit 88b61a1607

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