Skip to content

Commit

Permalink
Depend on concat
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Mar 22, 2013
1 parent 737a2d6 commit 62c3070
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"ruby": "git://github.com/camptocamp/puppet-ruby.git"
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"concat": "git://github.com/ripienaar/puppet-concat.git"
symlinks:
"mcollective": "#{source_dir}"
2 changes: 2 additions & 0 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name 'camptocamp-mcollective'
version '0.0.1'
dependency 'camptocamp/ruby', '0.0.1'
dependency 'puppetlabs/stdlib', '0.0.1'
dependency 'ripienaar/concat', '0.0.1'
source 'https://github.com/camptocamp/puppet-mcollective'
author 'DevOps Team / Camptocamp'
license 'GNU GPLv3'
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
broker_port => '61613',
security_provider => 'psk',
}

::mcollective::actionpolicy::base { 'foo': }
}

0 comments on commit 62c3070

Please sign in to comment.