aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
diff options
context:
space:
mode:
authorOlivier Blin <mageia@blino.org>2016-02-07 00:45:12 +0100
committerOlivier Blin <dev@blino.org>2016-02-07 02:09:32 +0100
commitcdb95a1611424e813cd9be9f5d6edb34b07c7814 (patch)
tree4e5075c1cf58dfcec821bb46356b0b0d3ccc4fdc /modules/puppet
parent72595642f924dd3115f4e6ef1ad9f0d7ddc39d18 (diff)
downloadpuppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar
puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.gz
puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.bz2
puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.xz
puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.zip
puppet: move rails comment where appropriate
Diffstat (limited to 'modules/puppet')
-rw-r--r--modules/puppet/manifests/master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/master.pp b/modules/puppet/manifests/master.pp
index d566681c..6f230953 100644
--- a/modules/puppet/manifests/master.pp
+++ b/modules/puppet/manifests/master.pp
@@ -6,6 +6,7 @@ class puppet::master inherits puppet {
# do not enable until bug 4591 is solved
# include puppet::thin
+ # rails and sqlite3 are used for stored config
package { ["ruby-${puppet::stored_config::database}", 'ruby-rails']: }
File['/etc/puppet/puppet.conf'] {
@@ -15,7 +16,6 @@ class puppet::master inherits puppet {
}
- # rails and sqlite3 are used for stored config
package { 'puppet-server': }
service { 'puppetmaster':