aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-09 09:10:59 +0000
committerMichael Scherer <misc@mageia.org>2012-02-09 09:10:59 +0000
commit987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98 (patch)
tree998b4de2b687d6e1c480790e51e8838f37313a7a /modules/puppet
parentc2fa3b2049fe8e82f5ab5b4527dd699be64828a7 (diff)
downloadpuppet-987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98.tar
puppet-987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98.tar.gz
puppet-987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98.tar.bz2
puppet-987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98.tar.xz
puppet-987778ac6d8db7e9c4a30e1ef005d7a6c2bc9f98.zip
make puppet-lint silent on queue.pp
Diffstat (limited to 'modules/puppet')
-rw-r--r--modules/puppet/manifests/queue.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/puppet/manifests/queue.pp b/modules/puppet/manifests/queue.pp
index af0c591f..d68fd63c 100644
--- a/modules/puppet/manifests/queue.pp
+++ b/modules/puppet/manifests/queue.pp
@@ -5,8 +5,8 @@ class puppet::queue {
service { 'puppetqd':
provider => base,
- start => "/usr/sbin/puppetqd",
- require => [Package['puppet-server'],
+ start => '/usr/sbin/puppetqd',
+ require => [Package['puppet-server'],
Package['ruby-stomp'],
File['/etc/puppet/puppet.conf']],
}