Skip to content

Commit

Permalink
Merge pull request #2 from blkperl/fix_puppetfile
Browse files Browse the repository at this point in the history
Update module dependencies
  • Loading branch information
nibalizer committed Sep 30, 2013
2 parents 262086d + 51030d8 commit d65a8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
forge "http://forge.puppetlabs.com"

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

mod "python",
:git => "git@github.com:stankevich/puppet-python.git"
:git => "git://github.com/stankevich/puppet-python.git"

0 comments on commit d65a8d0

Please sign in to comment.