-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Things managed by librarian-puppet go in shared/
- Loading branch information
Showing
5 changed files
with
15 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
/tmp | ||
/vendor/cache | ||
/vendor/puppet/cache | ||
/shared/* | ||
!/shared/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| | ||
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | ||
end | ||
# This doesn't work, and so it doesn't belong in master. ~ jbarnette | ||
|
||
mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen" | ||
# %w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| | ||
# mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | ||
# end | ||
|
||
# mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,2 @@ | ||
GITHUBTARBALL | ||
remote: boxen/puppet-boxen | ||
specs: | ||
boxen (0.0.1.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-git | ||
specs: | ||
git (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-homebrew | ||
specs: | ||
homebrew (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-hub | ||
specs: | ||
hub (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-inifile | ||
specs: | ||
inifile (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-nodejs | ||
specs: | ||
nodejs (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-nvm | ||
specs: | ||
nvm (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-rbenv | ||
specs: | ||
rbenv (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-ruby | ||
specs: | ||
ruby (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-sudo | ||
specs: | ||
sudo (0.0.1) | ||
|
||
GITHUBTARBALL | ||
remote: boxen/puppet-xcode | ||
specs: | ||
xcode (0.0.1) | ||
|
||
DEPENDENCIES | ||
boxen (= 0.0.1.1) | ||
git (= 0.0.1) | ||
homebrew (= 0.0.1) | ||
hub (= 0.0.1) | ||
inifile (= 0.0.1) | ||
nodejs (= 0.0.1) | ||
nvm (= 0.0.1) | ||
rbenv (= 0.0.1) | ||
ruby (= 0.0.1) | ||
sudo (= 0.0.1) | ||
xcode (= 0.0.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Shared Puppet Modules | ||
|
||
This module directory is managed by librarian-puppet. |