Merge pull request #8 from haus/patch-1
Remove $service_provider setting for ubuntu
This commit is contained in:
commit
fc48ad04a1
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ class postgresql::params {
|
|||
$manage_redhat_firewall = false
|
||||
|
||||
case $::operatingsystem {
|
||||
"Ubuntu": {
|
||||
$service_provider = upstart
|
||||
}
|
||||
default: {
|
||||
$service_provider = undef
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue