Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
README updates for clarity re: installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored and modular-magician committed Oct 3, 2018
1 parent 0474492 commit c01c469
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ once by installing our "bundle" [`google-cloud`][bundle-forge] module:

puppet module install google-cloud

Since this module depends on the `googleauth` and `google-api-client` gems,
you will also need to install those, with

/opt/puppetlabs/puppet/bin/gem install googleauth google-api-client

If you prefer, you could also add the following to your puppet manifest:

package { [
'googleauth',
'google-api-client',
]:
ensure => present,
provider => puppet_gem,
}

## Usage

### Credentials
Expand Down

0 comments on commit c01c469

Please sign in to comment.