Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Bring hub back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 26, 2017
1 parent 7d6d6b9 commit 8a11bdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ github "foreman", "1.2.0"
github "git", "2.13.0"
github "go", "2.1.0"
github "homebrew", "2.1.0"
# mod "hub", "0.0.1", :git => "https://github.com/boxen/puppet-hub.git", :ref => "920d6b4"
mod "hub", "0.0.1", :git => "https://github.com/boxen/puppet-hub.git", :ref => "c70468a"
github "inifile", "1.4.1", :repo => "puppetlabs/puppetlabs-inifile"
mod "nginx", "0.0.1", :git => "https://github.com/boxen/puppet-nginx.git", :ref => "dfcaffd"
github "nodejs", "5.0.9"
Expand Down
8 changes: 8 additions & 0 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ GIT
specs:
boxen (0.0.1)

GIT
remote: https://github.com/boxen/puppet-hub.git
ref: c70468a
sha: c70468aa3e348cac81b18f7116ef6641ea8142c6
specs:
hub (0.0.1)

GIT
remote: https://github.com/boxen/puppet-nginx.git
ref: dfcaffd
Expand Down Expand Up @@ -105,6 +112,7 @@ DEPENDENCIES
git (= 2.13.0)
go (= 2.1.0)
homebrew (= 2.1.0)
hub (= 0.0.1)
inifile (= 1.4.1)
module_data (= 0.0.4)
nginx (= 0.0.1)
Expand Down
1 change: 1 addition & 0 deletions manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
# core modules, needed for most things
include dnsmasq
include git
include hub
include nginx

# fail if FDE is not enabled
Expand Down
Binary file not shown.

0 comments on commit 8a11bdc

Please sign in to comment.