Skip to content

Commit

Permalink
Max/Mark - Various fixes to get working for IDA.
Browse files Browse the repository at this point in the history
- Remove comma from `Modulefile`.
- Add versions to `Modulefile`.
- dnsmasq not yet on forge, so removed dependency.
  • Loading branch information
maxamg committed Jul 30, 2013
1 parent bcf4072 commit 805a449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name 'gdsoperations-gds_dns'
version '0.0.1'
source 'https://github.com/alphagov/puppet-gds_dns'
author 'Government Digital Service'
license 'MIT',
license 'MIT'
summary 'Manage DNS for clients and servers'
project_page 'https://github.com/alphagov/puppet-gds_dns'

dependency 'puppetlabs/stdlib'
dependency 'puppetlabs/stdlib', '>= 0'

# FIXME: Not yet published.
dependency 'gdsoperations/dnsmasq'
dependency 'gdsoperations/hosts'
dependency 'gdsoperations/resolvconf'
#dependency 'gdsoperations/dnsmasq', '>= 0'
dependency 'gdsoperations/hosts', '>= 0'
dependency 'gdsoperations/resolvconf', '>= 0'
Empty file removed spec/fixtures/manifests/site.pp
Empty file.

0 comments on commit 805a449

Please sign in to comment.