Make sure customer conf dir is created
This commit is contained in:
parent
170bdbc154
commit
bacdb2c90a
|
@ -49,6 +49,13 @@ class cdn::cache(
|
|||
mode => '0750',
|
||||
}
|
||||
|
||||
file { "/opt/sunet-cdn/customers/$customer/conf":
|
||||
ensure => directory,
|
||||
owner => $customer_uid,
|
||||
group => $customer_uid,
|
||||
mode => '0750',
|
||||
}
|
||||
|
||||
file { "/opt/sunet-cdn/customers/$customer/shared":
|
||||
ensure => directory,
|
||||
owner => $customer_uid,
|
||||
|
|
Loading…
Reference in a new issue