diff options
| author | varac <varacanero@zeromail.org> | 2017-02-23 11:05:46 +0100 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2017-03-15 19:22:50 +0100 | 
| commit | bb4dd153bbf1174a95017d0046ea9e1320fd81a9 (patch) | |
| tree | 4e78495a6b17f589cfaadc8fd5ba823681379255 /puppet | |
| parent | e4a2d54b3571a8f4ce46485db762acbc4b919d84 (diff) | |
Linted couchdb.pp
Diffstat (limited to 'puppet')
| -rw-r--r-- | puppet/modules/site_webapp/manifests/couchdb.pp | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp index 71450370..175255af 100644 --- a/puppet/modules/site_webapp/manifests/couchdb.pp +++ b/puppet/modules/site_webapp/manifests/couchdb.pp @@ -1,3 +1,4 @@ +# Configures webapp couchdb config  class site_webapp::couchdb {    $webapp                  = hiera('webapp') @@ -22,8 +23,8 @@ class site_webapp::couchdb {      # couchdb.admin.yml is a symlink to prevent the vcsrepo resource      # from changing its user permissions every time.      '/srv/leap/webapp/config/couchdb.admin.yml': -      ensure => 'link', -      target => '/etc/leap/couchdb.admin.yml', +      ensure  => 'link', +      target  => '/etc/leap/couchdb.admin.yml',        require => Vcsrepo['/srv/leap/webapp'];      '/etc/leap/couchdb.admin.yml': | 
