summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 7afe1a0..7f78995 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -9,7 +9,8 @@ class couchdb::base {
package {'couchdb':
- ensure => present,
+ ensure => present,
+ require => Exec['refresh_apt']
}
service {'couchdb':