Displaying 1 result from an estimated 1 matches for "enablemodule".
2009 Dec 01
3
Duplicate definition on the same line and in the same file ?
...///php5/$operatingsystem/php.ini.$hostname",
"puppet:///php5/php.ini.$hostname",
"puppet:///php5/php.ini",
], notify => Exec["force-reload-apache2"],
}
define enablemodule($ensure=''present'') {
package { [''libapache2-mod-php5'']: ensure => installed }
case $ensure {
present: {
package { [$name]: ensure => installed }
}
}
}
define e...