From: Silvio Rhatto Date: Thu, 7 Jun 2018 10:48:55 +0000 (-0300) Subject: Notify php-apt-auto-update when adding ondrej_ubuntu_php.gpg X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d9e324e703e87f082e233154ccb4413ebd3a8ba1;p=puppet-php.git Notify php-apt-auto-update when adding ondrej_ubuntu_php.gpg --- 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':