]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix exec reference
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 12:40:23 +0000 (09:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 12:40:23 +0000 (09:40 -0300)
manifests/subsystem/apt.pp

index 55f75694842bc0d36d2d2ae152a9a76308a8a7f8..84fe0e7da56dc8a9c90b9daadb4af7ce86b075a3 100644 (file)
@@ -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,