Commit ee43dd9eaa8e494cb8b991deda87fdf436e429da

Authored by Will Farrington
1 parent 8bf478a01e

enable dnsmasq by default

Showing 4 changed files with 8 additions and 0 deletions Side-by-side Diff

... ... @@ -8,6 +8,7 @@
8 8 # config. Required.
9 9  
10 10 mod "boxen", "0.0.11", :github_tarball => "boxen/puppet-boxen"
  11 +mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
11 12 mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
12 13 mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
13 14 mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
... ... @@ -4,6 +4,11 @@
4 4 boxen (0.0.11)
5 5  
6 6 GITHUBTARBALL
  7 + remote: boxen/puppet-dnsmasq
  8 + specs:
  9 + dnsmasq (0.0.1)
  10 +
  11 +GITHUBTARBALL
7 12 remote: boxen/puppet-git
8 13 specs:
9 14 git (0.0.2)
... ... @@ -55,6 +60,7 @@
55 60  
56 61 DEPENDENCIES
57 62 boxen (= 0.0.11)
  63 + dnsmasq (= 0.0.1)
58 64 git (= 0.0.2)
59 65 homebrew (= 0.0.4)
60 66 hub (= 0.0.1)
... ... @@ -40,6 +40,7 @@
40 40  
41 41 node default {
42 42 # core modules, needed for most things
  43 + include dnsmasq
43 44 include git
44 45 include hub
45 46 include nginx
vendor/puppet/cache/boxen-puppet-dnsmasq-0.0.1.tar.gz
No preview for this file type