Skip to content

Commit

Permalink
added dependency on package to ensure parent directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Fournier committed Mar 16, 2009
1 parent 052bc82 commit 22ab0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/classes/augeas.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
class augeas::base {
file {"/usr/share/augeas/lenses/contrib":
ensure => directory,
require => $operatingsystem ? {
debian => Package["augeas-lenses"],
redhat => Package["augeas"],
},
}
}

Expand Down

0 comments on commit 22ab0a5

Please sign in to comment.