aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 17:34:06 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 17:34:06 -0200
commit70d04458a4fc4621667d931a630ee230f0517451 (patch)
treed6139b2e2ea68057cb8cd033fd6c134ec3268108 /manifests
parentcb1991560723d22be67fcce227c7c66a441f7c41 (diff)
downloadpuppet-nodo-70d04458a4fc4621667d931a630ee230f0517451.tar.gz
puppet-nodo-70d04458a4fc4621667d931a630ee230f0517451.tar.bz2
Oops
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index a05409e..60c685b 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -82,7 +82,7 @@ class nodo {
file { "/etc/apt/preferences.d/${apt_domain_preferences}":
source => [ "puppet:///modules/site_apt/preferences.d/${::operatingsystem}/${::domain}",
"puppet:///modules/nodo/preferences.d/custom" ],
- ensure => ${apt_domain_source} ? {
+ ensure => $apt_domain_source ? {
true => present,
default => absent,
}