summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 5b737d6..2584310 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -6,6 +6,6 @@ class augeas::debian inherits augeas::base {
before => File['/usr/share/augeas/lenses'],
}
- package {'libaugeas-ruby1.8': ensure => "${augeas::base::rubylib_version}" }
+ package {'libaugeas-ruby1.9.1': ensure => "${augeas::base::rubylib_version}" }
}