fix: absent to file, for custom_facts.yaml

This commit is contained in:
Ben Vincent 2024-04-24 23:34:21 +10:00
parent e0dbecbfa0
commit 5f6ba93393

View File

@ -30,7 +30,7 @@ class profiles::base::facts {
# create the file that will be read # create the file that will be read
file { '/root/.cache/custom_facts.yaml': file { '/root/.cache/custom_facts.yaml':
ensure => absent, ensure => file,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0644', mode => '0644',