Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Adding dependencies as in #6
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Mar 31, 2014
1 parent 0ba6fd4 commit dd1a313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fixtures.yml
Expand Up @@ -4,7 +4,8 @@ fixtures:
"monitor": "git://github.com/example42/puppet-monitor.git"
"firewall": "git://github.com/example42/puppet-firewall.git"
"iptables": "git://github.com/example42/puppet-iptables.git"
"concat": "git://github.com/example42/puppet-concat.git"
"concat": "git://github.com/puppetlabs/puppet-concat.git"
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
"solr": "#{source_dir}"

1 change: 1 addition & 0 deletions Modulefile
Expand Up @@ -7,5 +7,6 @@ project_page 'http://www.example42.com'
source 'https://github.com/example42/puppet-solr'
summary 'Puppet module for solr'
description 'This module installs and manages solr. Check README for details.'
dependency 'puppetlabs/stdlib', '>=2.0.0'
dependency 'example42/puppi', '>=2.0.0'
dependency 'example42/monitor', '>=2.0.0'

0 comments on commit dd1a313

Please sign in to comment.