aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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 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',