summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp3
-rw-r--r--manifests/bigcouch.pp3
2 files changed, 2 insertions, 4 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index f698729..639f18d 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -9,8 +9,7 @@ class couchdb::base {
}
package { 'couchdb':
- ensure => present,
- require => Exec['refresh_apt']
+ ensure => present
}
service { 'couchdb':
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index 34edbe7..36c6ce8 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -23,8 +23,7 @@ class couchdb::bigcouch inherits couchdb::base {
# for signed 0.4.2 packages
Package ['couchdb'] {
- name => 'bigcouch',
- require => Exec[refresh_apt]
+ name => 'bigcouch'
}
file { '/opt/bigcouch/etc/vm.args':