Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from LarsFronius/master
Browse files Browse the repository at this point in the history
use anchor pattern to fix containment of uchiwa class
  • Loading branch information
solarkennedy committed Sep 6, 2014
2 parents ff7235b + 86e75d0 commit 65fc031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@
validate_string($stats)
validate_string($refresh)

anchor { 'uchiwa::begin': } ->
class { 'uchiwa::install': } ->
class { 'uchiwa::config': } ~>
class { 'uchiwa::service': } ->
Class['uchiwa']
anchor { 'uchiwa::end': }
}

0 comments on commit 65fc031

Please sign in to comment.