summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-05 14:54:05 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2012-04-05 14:54:05 +0200
commit7bf513bc247d22bdada1c50516d75299358f0324 (patch)
tree2180c8c378558a17a3038fec997666c411f475b8 /manifests
parent7d9174eec48dea3bca4c2a46f538a1bbd10dd20f (diff)
Revert use of $::augeasersion to $augeas_version where it's about package management
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 {