Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Apr 2, 2013
1 parent f0e4849 commit c063c5b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions manifests/init.pp
Expand Up @@ -9,9 +9,15 @@
class{'radvd::config': }
class{'radvd::service': }

Class['radvd::install'] -> Class['radvd::config']
Class['radvd::config'] ~> Class['radvd::service']
Radvd::Interface <| |> ~> Class['radvd::service']
Class['radvd::service'] -> Class['radvd']
Class['radvd::install'] ->
Class['radvd::config'] ~>
Class['radvd::service']

Class['radvd::install'] ->
Radvd::Interface <| |> ~>
Class['radvd::service']

Class['radvd::service'] ->
Class['radvd']

}

0 comments on commit c063c5b

Please sign in to comment.