fix: define missing .cache directory
This commit is contained in:
parent
a309244713
commit
88b61a1607
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user