summaryrefslogtreecommitdiff
path: root/manifests/debian
AgeCommit message (Collapse)Author
2015-05-14Lint manifests/debian/module.ppJerome Charaoui
2015-05-14Fix module management on Debian, closes #7Jerome Charaoui
Manage files and symlinks directly instead of using a2enmod/a2dismod, which are interactive utilities anyway.
2015-05-11Fix ordering between purging and adding/removing modules for debianvarac
Before, purging files from the `mods-enabled` dir and adding modules to this dir happened unordered, meaning that some modules are added before all old modules are purged. Puppet (3.7.2) somehow screws this up and some modules are not installed that should be. see https://gitlab.com/shared-puppet-modules-group/apache/issues/6 for details
2015-05-11linted manifests/debian/module.ppvarac
2013-04-12Merge remote-tracking branch 'immerda/master'Micah Anderson
Fixed apache_no_default_site variable to be a parameter to the apache class (no_default_site = false) Conflicts: files/include.d/Debian/ssl_defaults.inc manifests/base.pp manifests/config/file.pp manifests/vhost.pp manifests/vhost/php/standard.pp manifests/vhost/template.pp templates/vhosts/php/CentOS.erb templates/vhosts/php/Debian.erb
2012-05-31fix various puppet language thingsmh
2011-12-09make apache::debian::module work with a version-specific ensureJerome Charaoui
Currently, the code expects $ensure to be either 'present' or 'absent' when enabling/disabling the concerned module. It does not take into account that other values could be set. Those other values could be 'purged' and any specific version tag. 'purged' must behave similarly to 'absent' (e.g. disable the module) and all other cases ('present' and a version tag) must enable the module.
2009-12-23fix debian support for itk and use correct httpd username in managed webdirJerome Charaoui
2009-12-17add itk class for debianJerome Charaoui
2009-12-08manage debian apache module packagesJerome Charaoui
2009-12-08improve Debian supportJerome Charaoui