module-nginx/manifests
Franz Pletz 3edc7ad4ac Fix dependency problems with APT repo handling
The first issue was that Exec[apt_get_update_for_nginx] resource is only
needed if $manage_repo == true, so it was put inside the corresponding
if block.

But even inside the if-block, Exec[apt_get_update_for_nginx] could fail
when $package_source has an invalid value and no Apt::Source[nginx] is
defined, so the respective Apt::Source[nginx], if defined, will now notify
Exec[apt_get_update_for_nginx] and Exec[apt_get_update_for_nginx] will
no longer subscribe to Apt::Source[nginx].

It would probably make sense to add a call to fail() in the default case
of $package_source.
2013-10-09 05:17:33 +02:00
..
package Fix dependency problems with APT repo handling 2013-10-09 05:17:33 +02:00
resource possibility to disable default location 2013-09-29 20:53:25 +02:00
config.pp Merge branch 'master' of https://github.com/jfryman/puppet-nginx into dev 2013-09-08 16:50:16 +04:00
init.pp fixing broken merge 2013-10-08 15:42:12 +03:00
package.pp clearing miss placed line 2013-10-08 18:20:33 +03:00
params.pp Merge branch 'disable-yum-repo-management' of github.com:rytis/puppet-nginx into rytis-disable-yum-repo-management 2013-10-07 14:46:42 -05:00
service.pp linting 2013-05-08 14:15:42 +02:00