diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..599befd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. +Each new release typically also includes the latest modulesync defaults. +These should not affect the functionality of the module. + +## [v1.0.0](https://github.com/voxpupuli/puppet-hashi_stack/tree/v1.0.0) (2021-01-16) + +[Full Changelog](https://github.com/voxpupuli/puppet-hashi_stack/compare/d9ceffd75b1f222e1145d58cceaf3a9bcb41b360...v1.0.0) + +**Merged pull requests:** + +- moving parameters into appropriate place, adding meaning unit test, f… [\#2](https://github.com/voxpupuli/puppet-hashi_stack/pull/2) ([attachmentgenie](https://github.com/attachmentgenie)) +- modulesync 4.0.0-10-g1c946c3 [\#1](https://github.com/voxpupuli/puppet-hashi_stack/pull/1) ([attachmentgenie](https://github.com/attachmentgenie)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/REFERENCE.md b/REFERENCE.md index 70b0321..abfbe26 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -16,16 +16,20 @@ This class installs the hashicorp repository #### Examples -##### +##### Inclusion using defaults ```puppet include hashi_stack::repo ``` -##### +##### Include repo and install packer as package ```puppet -class { 'hashi_stack::repo': } -> package { 'packer': ensure => installed } +include hashi_stack::repo +package { 'packer': + ensure => installed, + require => Class['Hashi_stack::Repo'], +} ``` #### Parameters diff --git a/metadata.json b/metadata.json index 6f64310..248c728 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-hashi_stack", - "version": "1.0.0-rc0", + "version": "1.0.0", "author": "Vox Pupuli", "summary": "This module contains shared code for various HashiCorp modules", "license": "AGPL-3.0",