aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/manifests/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/puppet/manifests/master.pp')
-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 b8c671fb..d566681c 100644
--- a/modules/puppet/manifests/master.pp
+++ b/modules/puppet/manifests/master.pp
@@ -6,7 +6,7 @@ class puppet::master inherits puppet {
# do not enable until bug 4591 is solved
# include puppet::thin
- package { ["ruby-$puppet::stored_config::database", 'ruby-rails']: }
+ package { ["ruby-${puppet::stored_config::database}", 'ruby-rails']: }
File['/etc/puppet/puppet.conf'] {
content => template('puppet/puppet.conf',