Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-c2c committed Mar 12, 2009
1 parent e733f34 commit 66a095f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/init.pp
Expand Up @@ -28,8 +28,9 @@

# Augeas lens
file {"/etc/haproxy/haproxy.aug":
ensure => present,
source => "puppet:///haproxy/haproxy.aug",
ensure => present,
source => "puppet:///haproxy/haproxy.aug",
require => Package["haproxy"],
}

augeas {"enable haproxy" :
Expand Down

0 comments on commit 66a095f

Please sign in to comment.