summaryrefslogtreecommitdiff
path: root/manifests/debian
AgeCommit message (Collapse)Author
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