From 0841ab9d735553e9bcad5448a289546071e937f4 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 7 Mar 2018 00:22:59 +0200 Subject: puppet: stop trying to install ruby-rails --- modules/puppet/manifests/master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/puppet') 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', -- cgit v1.2.1