Skip to content

Commit

Permalink
Set default path for commands in augeas::lens
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Oct 28, 2014
1 parent e0363d1 commit 681e609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/lens.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
mode => '0644',
}

Exec {
path => $::path,
}

if (!$stock_since or versioncmp($::augeasversion, $stock_since) < 0) {

validate_re(
Expand Down

0 comments on commit 681e609

Please sign in to comment.