Skip to content

Commit

Permalink
Merge pull request #4 from ohlol/master
Browse files Browse the repository at this point in the history
This corrects a typo in the manifest.
  • Loading branch information
bodepd committed Feb 17, 2012
2 parents b04e8e7 + 35546b1 commit be29799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -31,7 +31,7 @@
ensure => present,
id => $id,
apikey => $apikey,
require => [ Package['brobe'], File['/etc/bprobe/cacert.pem'] ],
require => [ Package['bprobe'], File['/etc/bprobe/cacert.pem'] ],
}

file { '/etc/bprobe/':
Expand Down

0 comments on commit be29799

Please sign in to comment.