We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d9f13 commit df00a5cCopy full SHA for df00a5c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.2
4
+
5
+* bugfix: ruby1.8+puppet+rspec interplay
6
+* bugfix: use scoped resource for puppet 4
7
8
## 1.1.1
9
10
* feature: add stack protection configuration via sysctl (enabled)
Modulefile
@@ -1,5 +1,5 @@
name 'hardening/os_hardening'
-version '1.1.1'
+version '1.1.2'
source 'https://github.com/TelekomLabs/puppet-os-hardening'
author 'Dominik Richter'
license 'Apache License, Version 2.0'
metadata.json
@@ -1,6 +1,6 @@
{
"name": "hardening-os_hardening",
- "version": "1.1.1",
+ "version": "1.1.2",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
0 commit comments