promote develop to master #6

Merged
unkinben merged 449 commits from develop into master 2024-06-01 14:48:48 +10:00
Showing only changes of commit 6ad01abc6c - Show all commits

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