Rework dir layout to match other hosts
This commit is contained in:
parent
f588078b75
commit
4856be3f06
1 changed files with 16 additions and 2 deletions
|
@ -15,14 +15,28 @@ class cdn::l4lb(
|
|||
}
|
||||
}
|
||||
|
||||
file { '/etc/sunet-l4lb':
|
||||
file { '/opt/sunet-cdn':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0640',
|
||||
}
|
||||
|
||||
file { '/etc/sunet-l4lb/netns.json':
|
||||
file { '/opt/sunet-cdn/l4lb':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0640',
|
||||
}
|
||||
|
||||
file { '/opt/sunet-cdn/l4lb/conf':
|
||||
ensure => directory,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0640',
|
||||
}
|
||||
|
||||
file { '/opt/sunet-cdn/l4lb/conf/netns.json':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
|
|
Loading…
Add table
Reference in a new issue