Properly ensure files
This commit is contained in:
parent
206e450c99
commit
7a91f6df19
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class cdn::db(
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/opt/sunet-cdn/db/conf/init-cdn-db.conf':
|
file { '/opt/sunet-cdn/db/conf/init-cdn-db.conf':
|
||||||
ensure => directory,
|
ensure => file,
|
||||||
owner => '999',
|
owner => '999',
|
||||||
group => '999',
|
group => '999',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
|
@ -52,7 +52,7 @@ class cdn::db(
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/opt/sunet-cdn/db/docker-entrypoint-initdb.d/init-cdn-db.sh':
|
file { '/opt/sunet-cdn/db/docker-entrypoint-initdb.d/init-cdn-db.sh':
|
||||||
ensure => directory,
|
ensure => file,
|
||||||
owner => '999',
|
owner => '999',
|
||||||
group => '999',
|
group => '999',
|
||||||
mode => '0750',
|
mode => '0750',
|
||||||
|
|
Loading…
Add table
Reference in a new issue