From b6268100972bf2f65d4b3a8b4e08180bd2149eee Mon Sep 17 00:00:00 2001 From: poikilotherm Date: Tue, 4 Feb 2014 13:35:35 +0100 Subject: Update params.pp This can be used on Suse flavors via adding two repos: A) for recent puppet packages: https://build.opensuse.org/project/show/systemsmanagement:puppet (holding the actual rubygem-ruby-augeas package, official repos only include python-augeas *grrr*) B) for dependency rubygems on SLES 11 add the SLE11-SDK repo available from Novell, openSuSE status unknown --- manifests/params.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') diff --git a/manifests/params.pp b/manifests/params.pp index 9998308..5141f73 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -10,6 +10,11 @@ class augeas::params { $ruby_pkg = 'ruby-augeas' $augeas_pkgs = ['augeas', 'augeas-libs'] } + + 'Suse': { + $ruby_pkg = 'rubygem-ruby-augeas' + $augeas_pkgs = ['augeas', 'augeas-lenses', 'libaugeas0' ] + } 'Debian': { if versioncmp($::rubyversion, '1.9.1') >= 0 { -- cgit v1.2.3