Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Fix travis notifications and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrews committed Jan 30, 2016
1 parent 97b2ba7 commit 103cc94
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 17 deletions.
29 changes: 13 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ before_install: rm Gemfile.lock || true
script: bundle exec rake test
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.0

- 1.9.3
- 2.0.0
- 2.1.0
env:
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.0.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 4.1.0"
- PUPPET_VERSION="~> 4.2.0"
- PUPPET_VERSION="~> 4.3.0"

- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.0.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 4.1.0"
- PUPPET_VERSION="~> 4.2.0"
- PUPPET_VERSION="~> 4.3.0"
matrix:
exclude:
- rvm: 1.9.3
Expand All @@ -39,7 +37,6 @@ matrix:
env: PUPPET_VERSION="~> 4.3.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.4.0"

notifications:
slack:
secure: fw5MTlCm8tMU7UhegXS+DM8eyGQ3Rjs686RetsIs9JDLBT51gNgcn9xogfrDLd1cOxQkNSA6T6sI/KGrrrIVoGIfaJ/dJb1MpYUXEWiVSsC2OMn4gZogs4yMJL1R5abcYCEDbE5mjIXru6CbUsQfDfjJWBy1yAPbVVpMViBHhPcU8+RrybijnMOo+x4DvlmrOy4A9Fws08gKMJeK8GFJ9Sm4x4Au5tSL55XrAntMIb1+Q9etLAfSXcVryRi9tlg6cYOm0PzfvKzyEwVLgqWT3Q7q5efYjFWXuLIEhAPphWVNXWZMc1xurSHYOTfvHEy25MM3Eajrm4Nzurw6kmbMbyv68rqmF/dRJ7a6fJiMEQUOlux8ztCRbz2P/ijbq23/wbWDZ7f53RLpMJyQ2Q0hS46WEvqsJZgvvz8NYjPmHmcyZhMMP8m6K9bpJjlFXT7fK8GGCVDcX20mwO2NCL47WzJBjXDPU9X1CGFoByML8WOUirMzWV1dribB83wxknB6BIr5Bv/ws+wVfnApzItzbx4kEjbzIVjP50btFGdn6LmlU19K68IXNde1xWgTX/uMbR1S+k4ZP+Phfihq0TZDAEh2xj8K6c3cVNpAYFWZQAVLZB3Ftnzm/d9Ikzwr4OkjGltiHRCG8tuq/VgO+PVfxqpvekSHW8Aq/4RC6hiK0qg=
secure: FGIAZuQnrRB4L/Un36qd5+FyE+15vjehfbFWGSYHdw7ICU2M6Xh9sLoB60Fc8Rj4OqYSU0xvEi3FZjLoSZKBpldCPtxMQlnswNoaq4rg/G+JyTRvSNXta3IdTrX1RtVq/0+TQXVKZMbq4ztR0xT/H5jLLOGr95rCWYOB8jZi0o0=
156 changes: 156 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
2016-01-29 16:23:28 -0800 Adam Crews

* Fix travis notifications and bump version for release (HEAD -> fix_tests)

2016-01-29 16:08:40 -0800 Adam Crews

* travis updates (origin/fix_tests)

2016-01-29 15:30:50 -0800 Adam Crews

* Removed deprecated 'types' from metadata.json'

2016-01-29 15:23:17 -0800 Adam Crews

* Updating spec framework

2016-01-29 11:32:03 -0500 Mason Malone

* Fix dependency error in nessus::config

2015-01-10 15:39:03 -0800 Adam Crews

* New release to remove the files directory from management (tag: v0.3.1)

2015-01-06 14:39:05 -0500 Adam Stephens

* don't test for removed files directory

2015-01-06 09:43:02 -0500 Adam Stephens

* don't create files directory

2014-12-17 11:57:32 -0800 Adam Crews

* Fix a couple lint warnings and cut a new release (origin/release)

2014-12-17 14:19:36 -0500 Adam Stephens

* activation code fact needs sbin for nessuscli

2014-12-17 14:16:45 -0500 Adam Stephens

* user changes need a service restart

2014-12-17 14:06:20 -0500 Adam Stephens

* fix activate nessus check

2014-12-17 14:03:52 -0500 Adam Stephens

* document security_center

2014-12-17 14:00:19 -0500 Adam Stephens

* add simple spec for security_center

2014-12-17 13:56:04 -0500 Adam Stephens

* add support for security center setup

2014-12-17 13:41:11 -0500 Adam Stephens

* nessuscli is in /opt/nessus/sbin

2014-12-02 11:58:23 -0800 Adam Crews

* Add forge badge

2014-11-13 12:48:50 -0800 Adam Crews

* Bumped a new release to support Nessus 6

2014-11-13 14:10:58 -0600 root

* adding support for nessus 6, nessus_fetch has been merged into a nessuscli command

2014-08-27 12:52:31 -0700 Adam Crews

* Cut new forge release

2014-08-27 12:45:01 -0700 Adam Crews

* Cleanup some spec tests, added coverage report

2014-08-26 16:49:17 -0700 Adam Crews

* Ignore local .ruby-version

2014-08-26 16:46:25 -0700 Adam Crews

* Fix a couple typos from copy/paste

2014-07-14 10:23:28 -0700 Adam Crews

* Minor cleanup of metadata (tag: v0.1.1)

2014-07-14 10:08:25 -0700 Adam Crews

* Fix forge metadata

2014-07-14 09:42:04 -0700 Adam Crews

* Pin rspec to > 3 to avoid warnings until rspec-puppet is updated

2014-07-14 09:15:52 -0700 Adam Crews

* Lots of tests added

2014-07-12 00:25:19 -0700 Adam Crews

* Add build image to Readme

2014-07-12 00:23:20 -0700 Adam Crews

* Remove old puppet version

2014-07-12 00:17:00 -0700 Adam Crews

* Fix some test options

2014-07-12 00:06:08 -0700 Adam Crews

* Lots of tests and various cleanup

2014-07-11 14:19:36 -0700 Adam Crews

* Add rules file

2014-07-11 14:00:59 -0700 Adam Crews

* Fix user to use a password hash, generated from the nessus-chpasswd command

2014-07-11 13:24:44 -0700 Adam Crews

* Add require

2014-07-11 13:19:04 -0700 Adam Crews

* Fix define declaration for user type

2014-07-11 13:16:39 -0700 Adam Crews

* Fix some file names

2014-07-11 13:12:10 -0700 Adam Crews

* Fixing default service and program names

2014-07-11 12:56:40 -0700 Adam Crews

* Add more management to nessus

2014-07-11 10:29:30 -0700 Adam Crews

* Initial commit

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adamcrews-nessus",
"version": "0.3.1",
"version": "0.3.2",
"source": "https://github.com/adamcrews/puppet-nessus",
"author": "Adam Crews",
"license": "Apache-2.0",
Expand Down

0 comments on commit 103cc94

Please sign in to comment.