summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-05 15:05:41 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-05 15:05:41 +0200
commitca238d239e166f68abc005ed4cd8e100cb3021d3 (patch)
treed78f1bd08703c108b2d8c4a35c85f6e1babb4c6a /manifests/debian.pp
parent7bf513bc247d22bdada1c50516d75299358f0324 (diff)
Add augeas::rubylib_version variable, use it for packages.
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index d3ed5c6..c1c0347 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -5,6 +5,7 @@ class augeas::debian inherits augeas::base {
ensure => "${augeas::version}",
before => File['/usr/share/augeas/lenses/contrib'],
}
- package {'libaugeas-ruby1.8': ensure => present }
+
+ package {'libaugeas-ruby1.8': ensure => "${augeas::rubylib_version}" }
}