Skip to content

Commit

Permalink
Reverted previous commits, this was not the right approach. It was no…
Browse files Browse the repository at this point in the history
…t a debian problem, but a ubuntu problem. It caused if daemonize is set to 1, for ubuntu, set it to 0.
  • Loading branch information
KristianOellegaard committed Apr 25, 2012
1 parent fec8e75 commit c19d9c4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions manifests/server/package/debian.pp
Expand Up @@ -6,19 +6,6 @@
}->
package { 'mcollective':
ensure => $mcollective::server::package_version,
}->
file { 'Debian init script fix': # TODO: Make this parameterized
path => '/etc/init.d/mcollective',
mode => 755,
source => 'puppet:///modules/mcollective/debian/etc/init.d/mcollective',
}->
file { '/etc/init/mcollective.conf':
ensure => present
}->
file_line { 'Debian upstart fix': # TODO: Make this parameterized
ensure => present,
path => '/etc/init/mcollective.conf',
line => 'expect fork',
}


Expand Down

0 comments on commit c19d9c4

Please sign in to comment.