Skip to content

Commit

Permalink
Add dependency on stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
blkperl committed Sep 30, 2013
1 parent 26df4a9 commit 51030d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ summary 'PuppetBoard install and configure'
license 'ASL 2.0'
project_page 'https://github.com/nibalizer/puppet-module-puppetboard'

dependency 'puppetlabs/stdlib'
dependency 'stankevich/python', '>= 1.1.4'
dependency 'puppetlabs/vcsrepo', '>= 0.1.2'

Expand Down
1 change: 1 addition & 0 deletions Puppetfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
forge "http://forge.puppetlabs.com"

mod "puppetlabs/stdlib"
mod "puppetlabs/vcsrepo", "0.1.2"

mod "python",
Expand Down

0 comments on commit 51030d8

Please sign in to comment.