summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
commitdc367e53b45349ef849247fc93c664c548c90359 (patch)
tree14531add8c5bf7ac20f66c9dff0262319b7b0133 /manifests/debian.pp
parent66d918ddb6454fd4a30baed9b49baad98e274243 (diff)
clean-up commit: lint, standardize spacing, properly enclose variables, etc
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 2a7417e..e55ad48 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,11 +1,12 @@
class couchdb::debian inherits couchdb::base {
- package {'libjs-jquery':
+ package { 'libjs-jquery':
ensure => present,
}
- file {'/etc/init.d/couchdb':
+
+ file { '/etc/init.d/couchdb':
source => [ 'puppet:///modules/site_couchdb/Debian/couchdb',
- 'puppet:///modules/couchdb/Debian/couchdb' ],
+ 'puppet:///modules/couchdb/Debian/couchdb' ],
mode => '0755',
owner => 'root',
group => 'root',