summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-20 16:32:55 +0100
committervarac <varacanero@zeromail.org>2013-01-20 16:32:55 +0100
commit53558a7e9e86fe9e3c279c2e30020d35600b0868 (patch)
tree4745c8943fd00b511336ac0b64d5849d387078e3 /manifests/base.pp
parente61310dc19433baf3f49ee67a27c78c66dda85d3 (diff)
deploy couch-doc-update before using it
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index f6deef5..d4d50d1 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -17,6 +17,7 @@ class couchdb::base {
provider => 'gem'
}
+ File['/usr/local/bin/couch-doc-update'] -> Couchdb::Update <| |>
file { '/usr/local/bin/couch-doc-update':
source => 'puppet:///modules/couchdb/couch-doc-update',
mode => '0755',