Skip to content

Commit

Permalink
Added bzip2 package as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deigote committed Aug 22, 2012
1 parent b6ea1fa commit a65e9eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

include git

if !defined(Package['bzip2']) {
package { 'bzip2':
ensure => 'installed',
}
}

file { "$path":
ensure => directory,
owner => 'root',
Expand Down

0 comments on commit a65e9eb

Please sign in to comment.