Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
yachub committed Apr 12, 2019
2 parents 507994a + 555ed41 commit 5c2ede3
Show file tree
Hide file tree
Showing 20 changed files with 299 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
@@ -1,7 +1,7 @@
fixtures:
repositories:
inifile: "https://github.com/puppetlabs/puppetlabs-inifile.git"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
yum: "https://github.com/voxpupuli/puppet-yum"
symlinks:
"veeamagent": "#{source_dir}"

3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
coverage/
Gemfile.lock
pkg/
vendor/
spec/fixtures/
vendor/
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
[![GitHub tag](https://img.shields.io/github/tag/thespain/thespain-veeamagent.svg)](https://github.com/thespain/thespain-veeamagent)

## 2019-04-12 Release 1.0.0
- **Breaking changes:**
- Removed all veeam agent config file related parameters (`veeam.ini`) in favor of new type/provider. Please migrate any custom settings to use `veeam_agent_config` as described in the README (See enhancement below).

- **Implemented enhancements:**
- Added `veeam_agent_config` type and provider for managing the veeam agent config file (Thanks to Gene Liverman).
- Added dependency for module puppetlabs-inifile
- Added Puppet 6 support

## 2017-08-24 Release 0.3.0
- Added enhancements to testing (Thanks to Gene Liverman).

Expand Down
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -20,7 +20,6 @@ group :development, :unit_tests do

# puppet-lint and plugins
gem 'puppet-lint', '~> 2.2'
gem 'puppet-lint-absolute_classname-check', '~> 0.2'
gem 'puppet-lint-absolute_template_path', '~> 1.0'
gem 'puppet-lint-empty_string-check', '~> 0.2'
gem 'puppet-lint-leading_zero-check', '~> 0.1'
Expand Down

0 comments on commit 5c2ede3

Please sign in to comment.