From a3ec1f11ac51fb6ee220fabc6b3613d3a69ffd42 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 21 Jan 2015 10:59:29 +0100 Subject: fixed package name for current SLES repo problems --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 99a7187..e540033 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -15,10 +15,10 @@ class augeas::params { # RPM Sources: https://build.opensuse.org/project/show/systemsmanagement:puppet # SLES 11 SP3 if versioncmp($::rubyversion, '1.8.7') >= 0 { - $ruby_pkg = 'ruby1.8-rubygem-augeas' + $ruby_pkg = 'ruby1.8-rubygem-ruby-augeas' # SLES 12 } else { - $ruby_pkg = 'ruby2.1-rubygem-augeas' + $ruby_pkg = 'ruby2.1-rubygem-ruby-augeas' } $augeas_pkgs = ['augeas', 'augeas-lenses', 'libaugeas0' ] } -- cgit v1.2.3