summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-10 08:35:03 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-10 08:35:03 +0200
commit1afd076a152f43645c91b1e2bab15fda7498055c (patch)
tree78a5808131da2b7f8a89206521507b4fef8ca572 /manifests
parent1e52552f1f34768afc2e34466dc737099fd38db9 (diff)
modules/augeas/manifests/redhat.pp - Put $augeas::rubylib_version into augeas::base also
Diffstat (limited to 'manifests')
-rw-r--r--manifests/redhat.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/redhat.pp b/manifests/redhat.pp
index f70f43b..8ef8521 100644
--- a/manifests/redhat.pp
+++ b/manifests/redhat.pp
@@ -5,6 +5,6 @@ class augeas::redhat inherits augeas::base {
ensure => "${augeas::base::version}",
before => File['/usr/share/augeas/lenses/contrib'],
}
- package { 'ruby-augeas': ensure => "${augeas::rubylib_version}" }
+ package { 'ruby-augeas': ensure => "${augeas::base::rubylib_version}" }
}