From 76ff149a095023611c05bbb00157d06f87b07c05 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 28 Apr 2016 13:54:03 +0200 Subject: [style] Future parser: Remove space after resource --- manifests/base.pp | 2 +- manifests/bigcouch.pp | 4 ++-- manifests/bigcouch/debian.pp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/base.pp b/manifests/base.pp index ebff774..6c7bf25 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -106,7 +106,7 @@ class couchdb::base { owner => $couchdb_user, group => $couchdb_user, notify => Service[couchdb], - require => File ['/etc/couchdb/local.d']; + require => File['/etc/couchdb/local.d']; } case $::couchdb::bigcouch { diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp index 36c6ce8..a97411b 100644 --- a/manifests/bigcouch.pp +++ b/manifests/bigcouch.pp @@ -22,7 +22,7 @@ class couchdb::bigcouch inherits couchdb::base { # or site_apt::leap_repo from the leap_platfrom repository # for signed 0.4.2 packages - Package ['couchdb'] { + Package['couchdb'] { name => 'bigcouch' } @@ -44,7 +44,7 @@ class couchdb::bigcouch inherits couchdb::base { notify => Service[couchdb] } - Service ['couchdb'] { + Service['couchdb'] { name => 'bigcouch' } diff --git a/manifests/bigcouch/debian.pp b/manifests/bigcouch/debian.pp index 8af3993..645c6da 100644 --- a/manifests/bigcouch/debian.pp +++ b/manifests/bigcouch/debian.pp @@ -1,6 +1,6 @@ class couchdb::bigcouch::debian inherits couchdb::debian { - File ['/etc/init.d/couchdb'] { + File['/etc/init.d/couchdb'] { ensure => absent } -- cgit v1.2.3