summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpoikilotherm <oliver@majinai.net>2014-02-05 13:32:04 +0100
committerpoikilotherm <oliver@majinai.net>2014-02-05 13:32:04 +0100
commiteefb0c6dfe8806c02fcb7fcadf299ab8898db350 (patch)
tree00b44a92f06b8864a90392f07e19390574923ba3 /manifests
parentb6268100972bf2f65d4b3a8b4e08180bd2149eee (diff)
Update params.pp
Corrected auto-indent on line 13 breaking the tests (not puppet ;))
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 5141f73..8b8f89c 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -10,7 +10,7 @@ class augeas::params {
$ruby_pkg = 'ruby-augeas'
$augeas_pkgs = ['augeas', 'augeas-libs']
}
-
+
'Suse': {
$ruby_pkg = 'rubygem-ruby-augeas'
$augeas_pkgs = ['augeas', 'augeas-lenses', 'libaugeas0' ]