X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=environments%2Fproduction%2Fmanifests%2Froot.pp;fp=environments%2Fproduction%2Fmanifests%2Froot.pp;h=e0411584bf14701b408088e95e8a60134408fc39;hb=8f38a27c5d1514d7f17f859655e5e62ba38f7242;hp=db84e8d9653c8b7d3e0d6f55623fe2ede60ce051;hpb=3c3f366a1f6ec75ca0044a60b064a56da87914ad;p=infra.git diff --git a/environments/production/manifests/root.pp b/environments/production/manifests/root.pp index db84e8d..e041158 100644 --- a/environments/production/manifests/root.pp +++ b/environments/production/manifests/root.pp @@ -110,7 +110,7 @@ if $signerLocation == 'self' { "/run/git-smart-http-socket" => {target => 'git-smart-http-socket'}, "/data/git" => { 'target' => "srv/git", option => ",ro"} }, - require => File['/data/nginx', '/data/crl/htdocs', '/data/gigi-crl'] + require => File['/data/crl/htdocs'] } file { '/data': ensure => 'directory', @@ -154,7 +154,6 @@ if $signerLocation == 'self' { "/data/postgres/data" => { target => "var/lib/postgresql"}, "/data/postgres/conf" => { target => "etc/postgresql"} }, - require => File['/data/postgres'] } $gigi_serial_conf= $signerLocation ? { 'self' => [], @@ -170,7 +169,6 @@ if $signerLocation == 'self' { "/data/gigi-crl" => { target => "var/lib/cassiopeia/ca"} }, confline => $gigi_serial_conf, - require => File['/data/gigi', '/data/gigi-crl'] } if $signerLocation == 'self' { lxc::container { 'cassiopeia': @@ -197,7 +195,6 @@ if $signerLocation == 'self' { ensure => 'directory' } lxc::container { 'gitweb': - require => File['/data/git', '/run/gitweb-socket', '/run/git-smart-http-socket'], contname => 'gitweb', dir => ['/gitweb-socket', '/git-smart-http-socket', '/srv/git'], bind => {