Skip to content

Commit

Permalink
Making sure modules are added before service restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharumpe committed Apr 9, 2015
1 parent a5d599a commit 85eed0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/modules.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
unless => "/usr/sbin/a2enmod -q ${name}",
notify => $apache2::serviceNotify,
require => Package[ $params::packageName ],
before => Service[ $params::serviceName ],
}
}

0 comments on commit 85eed0a

Please sign in to comment.