From 8a42f0d4eac63fc70d25f2e730a31a7188a3129f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jul 2017 09:40:23 -0300 Subject: Fix exec reference --- manifests/subsystem/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3