summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpoikilotherm <oliver@majinai.net>2014-02-04 13:35:35 +0100
committerpoikilotherm <oliver@majinai.net>2014-02-04 13:35:35 +0100
commitb6268100972bf2f65d4b3a8b4e08180bd2149eee (patch)
tree91eff737dfbc2b5df7d0e7e018a63143dea6af8e /manifests
parente56729d284132adb7f40c511005f2b2c89df0014 (diff)
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
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp5
1 files changed, 5 insertions, 0 deletions
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 {