1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-07-22 14:06:23 -04:00

Fix Debian versions

7 and 8 are the currently supported versions, not 6 and 7. Derp.
This commit is contained in:
2017-04-07 11:05:53 -04:00
parent 6219c146c7
commit f1f8aaa4ab
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ardichoke-arpwatch",
"version": "0.2.0",
"version": "0.2.1",
"author": "ardichoke",
"summary": "Install and manage arpwatch",
"license": "Apache-2.0",
@@ -19,8 +19,8 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
}
],