The Packer Book by James Turnbull

The Packer Book by James Turnbull

Author:James Turnbull [Turnbull, James]
Language: eng
Format: azw3, pdf
Publisher: Turnbull Press
Published: 2017-07-30T04:00:00+00:00


Note To do this, you'll need to have Ruby and Rubygems installed already.

$ sudo gem install puppet librarian-puppet

Note We've also added a Gemfile in the directory so if you have Bundler installed you can just bundle install.

Librarian-Puppet uses a Puppetfile file to define what modules we want to use. This is much like a Ruby Gemfile. Let's create it now.

forge "https://forgeapi.puppetlabs.com" mod 'saz/ssh'

The Puppetfile specifies the location of the Puppet Forge from which we'll get the SSH module. It also lists the specific module, saz/ssh, that we'll retrieve.

We can then run the librarian-puppet command to install the ssh module.

$ librarian-puppet install



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.