diff options
author | Olivier Blin <mageia@blino.org> | 2016-02-07 00:45:12 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-02-07 02:09:32 +0100 |
commit | cdb95a1611424e813cd9be9f5d6edb34b07c7814 (patch) | |
tree | 4e5075c1cf58dfcec821bb46356b0b0d3ccc4fdc | |
parent | 72595642f924dd3115f4e6ef1ad9f0d7ddc39d18 (diff) | |
download | puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.gz puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.bz2 puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.tar.xz puppet-cdb95a1611424e813cd9be9f5d6edb34b07c7814.zip |
puppet: move rails comment where appropriate
-rw-r--r-- | modules/puppet/manifests/master.pp | 2 |
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': |