summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b6b8ee3..19d161b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,8 +1,8 @@
class augeas {
- $version = $::augeasversion ? {
+ $version = $augeas_version ? {
'' => 'present',
- default => $::augeasversion
+ default => $augeas_version
}
case $operatingsystem {