diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-03-07 00:22:59 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-03-07 00:22:59 +0200 |
commit | 0841ab9d735553e9bcad5448a289546071e937f4 (patch) | |
tree | a1a1c351d083c59f86c25ceb1b4559fb4d152d85 /modules | |
parent | 1bbec967ded661b8875ba4ff09f3a8a13e2794f7 (diff) | |
download | puppet-0841ab9d735553e9bcad5448a289546071e937f4.tar puppet-0841ab9d735553e9bcad5448a289546071e937f4.tar.gz puppet-0841ab9d735553e9bcad5448a289546071e937f4.tar.bz2 puppet-0841ab9d735553e9bcad5448a289546071e937f4.tar.xz puppet-0841ab9d735553e9bcad5448a289546071e937f4.zip |
puppet: stop trying to install ruby-rails
Diffstat (limited to 'modules')
-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 6f230953..55529466 100644 --- a/modules/puppet/manifests/master.pp +++ b/modules/puppet/manifests/master.pp @@ -7,7 +7,7 @@ class puppet::master inherits puppet { # include puppet::thin # rails and sqlite3 are used for stored config - package { ["ruby-${puppet::stored_config::database}", 'ruby-rails']: } + package { ["ruby-${puppet::stored_config::database}"]: } File['/etc/puppet/puppet.conf'] { content => template('puppet/puppet.conf', |