Skip to content
Snippets Groups Projects
Commit d80975d8 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove 'pre' class.

parent 40b8f63b
No related branches found
No related tags found
No related merge requests found
class irc_bouncer::ident {
require ::irc_bouncer::pre
ensure_packages (
['oidentd', ],
{ ensure => installed, })
......
class irc_bouncer::pre {
# exec { 'stop znc':
# command => '/bin/systemctl stop znc',
# } -> Irc_bouncer::Module <| |>
}
class irc_bouncer::setup {
require ::irc_bouncer::pre
file { [
'/var/lib/znc',
'/var/lib/znc/configs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment