diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 17:34:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 17:34:06 -0200 |
commit | 70d04458a4fc4621667d931a630ee230f0517451 (patch) | |
tree | d6139b2e2ea68057cb8cd033fd6c134ec3268108 /manifests/nodo.pp | |
parent | cb1991560723d22be67fcce227c7c66a441f7c41 (diff) | |
download | puppet-nodo-70d04458a4fc4621667d931a630ee230f0517451.tar.gz puppet-nodo-70d04458a4fc4621667d931a630ee230f0517451.tar.bz2 |
Oops
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 2 |
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, } |