Merge pull request 'chore: duplicate resource' (#63) from neoloc/firstrun_motd_cache into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/63
This commit is contained in:
Ben Vincent 2024-06-26 22:43:15 +10:00
commit 6993ff0036

View File

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