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:
commit
6993ff0036
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user