diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 11:13:29 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 11:13:29 -0200 | 
| commit | 4237379f3651ddacfd010092098c4102f934fa1d (patch) | |
| tree | e3417025beca69670fb623dcb53a2cceef06bd55 /manifests/nodo.pp | |
| parent | 04ebb5d5f94517e59c2b59a5efaf6bbb751c019b (diff) | |
| download | puppet-nodo-4237379f3651ddacfd010092098c4102f934fa1d.tar.gz puppet-nodo-4237379f3651ddacfd010092098c4102f934fa1d.tar.bz2  | |
Upgrading apt (2)
Diffstat (limited to 'manifests/nodo.pp')
| -rw-r--r-- | manifests/nodo.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 6a964df..db12cea 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -53,7 +53,7 @@ class nodo {      include apt::unattended_upgrades      apt::sources_list { "$domain.list": -      source => "puppet:///modules/site-apt/sources.list.d/$operatingsystem/$domain.list", +      source => "puppet:///modules/site_apt/sources.list.d/$operatingsystem/$domain.list",        ensure => $apt_domain_source ? {          true    => present,          default => absent, @@ -64,7 +64,7 @@ class nodo {      $apt_domain_preferences = regsubst($domain, '\.', '-', 'G')      file { "/etc/apt/preferences.d/$apt_domain_preferences": -      source => [ "puppet:///modules/site-apt/preferences.d/$operatingsystem/$domain", +      source => [ "puppet:///modules/site_apt/preferences.d/$operatingsystem/$domain",                    "puppet:///modules/nodo/preferences.d/custom" ],        ensure => $apt_domain_source ? {          true    => present,  | 
