]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Notify php-apt-auto-update when adding ondrej_ubuntu_php.gpg
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jun 2018 10:48:55 +0000 (07:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jun 2018 10:48:55 +0000 (07:48 -0300)
manifests/ppa.pp

index d78492a9acf0ee7eaa40f148416f71699bf80906..1166439bc6b24f60d669b2130ddd84301d43b8c3 100644 (file)
@@ -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':