Skip to content

Commit

Permalink
Remove Unnecessary step in instructions. (#17)
Browse files Browse the repository at this point in the history
* Remove Unnessary step in instructions. Classification not required and fact/pluginsync will handle it within the environment.
* Bumping metadata.json - Documentation release only. No functional changes to 0.1.6
  • Loading branch information
TraGicCode authored and keirans committed Apr 29, 2018
1 parent 742968c commit d34d678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,19 @@ This module deploys a single Ruby file that queries and exposes the Azure metada

### Setup Requirements

Include the module in your Puppetfile and include it in your roles / profiles and factsync will do the rest for you.
Include the module in your Puppetfile and let pluginsync do the rest for you.

Puppetfile entries


# Directly from Git
mod 'azuremetadata',
:git => 'https://github.com/keirans/azuremetadata.git',
:tag => '0.1.6'
:tag => '0.1.7'


# Directly from the forge
mod 'keirans-azuremetadata', '0.1.6'


Role / Profile inclusion



include azuremetadata

mod 'keirans-azuremetadata', '0.1.7'


## Usage
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keirans-azuremetadata",
"version": "0.1.6",
"version": "0.1.7",
"author": "keirans",
"summary": "This Puppet module exposes the Azure instance metadata as facts",
"license": "Apache-2.0",
Expand Down

0 comments on commit d34d678

Please sign in to comment.