summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-09allow custom config file source in the form of an arrayJerome Charaoui
The $source argument is not flexible enough as it is. It currently forces the source to be unique. Sometimes we'd like to be able to specify an array of possible sources. So we'll use the $source directly with the file resource without enforcing its format. WATCH OUT: this could break currently deployed apache::config::file resources, so one should change occurences of this resource's argument from: source => "modules/site-apache/blah" to a full source specification string: source => "puppet:///modules/site-apache/blah"
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.
2011-11-29additional foldermh
2011-11-29fix a few things that should be writablemh
2011-11-23there is another Listen example already commented outmh
2011-11-22as file_line lacks ensure => absent, we have to do it with a sedmh
2011-11-22we use now file_linemh
2011-11-20include php default dirs if we want to add subdirsmh
2011-10-18fix variable namingmh
2011-10-18fix value lookup - take 2mh
2011-10-18fix value lookupmh
2011-10-17fix gallery template partial passingmh
2011-10-13correct namingmh
2011-10-13add worker related config filesmh
2011-10-13if we run as fcgid, we need to tell safe_mode that gid is finemh
2011-10-13enforce space between optionsmh
2011-10-12rename partial correctlymh
2011-10-12fix template pathmh
2011-10-09no need to configure fcgid on redirect hostsmh
2011-10-09we should take the key not the value :/mh
2011-10-09hashs are not sorted, but for idempotence we should sort itmh
2011-10-09remove stupid cyclemh
2011-10-09migrate to new file_line typemh
2011-10-09remove old parammh
2011-10-09set max requests on the same as the php requests, as per ↵mh
https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
2011-10-09we need these rewrite rules, otherwise it won't work with cgimh
2011-10-09the script must be in its own locationmh
2011-10-09passing extension is not everyhwere definedmh
2011-10-09fix namingmh
2011-10-09ensure that execcgi is passed and add extension indexmh
2011-10-09do the same for fcgidmh
2011-10-09fix access mode for fcgid webdirsmh
2011-10-09fix typomh
2011-10-09this options should be set globallymh
2011-10-09include php::itk on itk setupsmh
2011-10-08log php errors to a per vhost logfilemh
2011-10-08pass php_settings to fcgid-starter and only set them in vhost, if we don't ↵mh
run as fgcid
2011-10-08fix namingmh
2011-10-08type is a metaparammh
2011-10-08migrate over to new stdlib functionmh
2011-10-08also include mod_fcgid for php stuffmh
2011-10-08add mod_fcgid stuffmh
2011-10-08by default safe_mode is off for mediawikismh
2011-10-08the key will always be heremh
2011-10-08fix namemh
2011-10-08remove dead filemh
2011-10-08remove old template mode optionmh
2011-10-08merge functions to new stdlibs, fix has_key hash problemmh
2011-10-08remove old filesmh
2011-10-08fix includemh