Commit 584076ffc88ff6a4f17f234d8b6fc475d41a2e05
1 parent
77d8c3d6fa
bump puppet-boxen to got boxen::repo to handle the repo clone
Showing 5 changed files with 3 additions and 9 deletions Side-by-side Diff
Puppetfile
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | # Includes many of our custom types and providers, as well as global |
8 | 8 | # config. Required. |
9 | 9 | |
10 | -mod "boxen", "0.0.15", :github_tarball => "boxen/puppet-boxen" | |
10 | +mod "boxen", "0.0.16", :github_tarball => "boxen/puppet-boxen" | |
11 | 11 | mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" |
12 | 12 | mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git" |
13 | 13 | mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" |
Puppetfile.lock
1 | 1 | GITHUBTARBALL |
2 | 2 | remote: boxen/puppet-boxen |
3 | 3 | specs: |
4 | - boxen (0.0.15) | |
4 | + boxen (0.0.16) | |
5 | 5 | |
6 | 6 | GITHUBTARBALL |
7 | 7 | remote: boxen/puppet-dnsmasq |
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | sudo (0.0.1) |
60 | 60 | |
61 | 61 | DEPENDENCIES |
62 | - boxen (= 0.0.15) | |
62 | + boxen (= 0.0.16) | |
63 | 63 | dnsmasq (= 0.0.1) |
64 | 64 | git (= 0.0.2.4) |
65 | 65 | homebrew (= 0.0.4) |
manifests/site.pp
... | ... | @@ -52,12 +52,6 @@ |
52 | 52 | fail('Please enable full disk encryption and try again') |
53 | 53 | } |
54 | 54 | |
55 | - # Setup real clone of our-boxen and link into BOXEN_HOME | |
56 | - repository { "${::boxen_home}/repo": | |
57 | - ensure => present, | |
58 | - source => 'boxen/our-boxen' | |
59 | - } | |
60 | - | |
61 | 55 | # node versions |
62 | 56 | include nodejs::0-4 |
63 | 57 | include nodejs::0-6 |
vendor/puppet/cache/boxen-puppet-boxen-0.0.15.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
No preview for this file type