diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 09:40:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 09:40:23 -0300 |
commit | 8a42f0d4eac63fc70d25f2e730a31a7188a3129f (patch) | |
tree | 2ba980c60b5ecf9e22b2bf3718c9f4fd93a7f2fa /manifests | |
parent | 8c8e0a27b3be76d3b8febc5ef644cf8cf0cfd286 (diff) | |
download | puppet-nodo-8a42f0d4eac63fc70d25f2e730a31a7188a3129f.tar.gz puppet-nodo-8a42f0d4eac63fc70d25f2e730a31a7188a3129f.tar.bz2 |
Fix exec reference
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/apt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp index 55f7569..84fe0e7 100644 --- a/manifests/subsystem/apt.pp +++ b/manifests/subsystem/apt.pp @@ -9,7 +9,7 @@ class nodo::subsystem::apt( owner => root, group => root, mode => '0644', - notify => Exec['apt-auto-update'], + notify => Exec['nodo-apt-auto-update'], content => $ensure ? { 'present' => template("nodo/apt/${::operatingsystem}.sources.list.erb"), default => undef, |