From d9e324e703e87f082e233154ccb4413ebd3a8ba1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jun 2018 07:48:55 -0300 Subject: Notify php-apt-auto-update when adding ondrej_ubuntu_php.gpg --- manifests/ppa.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/ppa.pp b/manifests/ppa.pp index d78492a..1166439 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -17,6 +17,7 @@ class php::ppa { group => "root", mode => "0644", source => 'puppet:///modules/php/ondrej_ubuntu_php.gpg', + notify => Exec['php-apt-auto-update'], } file { '/etc/apt/sources.list.d/php.list': -- cgit v1.2.3