Scratch repo so I can figure out what github is doing weirdly without pumping test commits through my normal repos. github is great, but sometimes it's really hard to figure out what magic it's doing.
There are a number of ways to run the puppet-module
program:
-
From an official gem: Install it by running:
sudo gem install puppet-module
-
From a locally-built gem: Checkout the source code and from the checkout directory, run:
sudo gem install pkg/puppet-module-0.3.0.gem
-
From a source code checkout: Checkout the source code and from the checkout directory, run:
alias puppet-module=$PWD/bin/puppet-module
Display the program's built-in help by running: