mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Fix Debian versions
7 and 8 are the currently supported versions, not 6 and 7. Derp.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ardichoke-arpwatch",
|
"name": "ardichoke-arpwatch",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"author": "ardichoke",
|
"author": "ardichoke",
|
||||||
"summary": "Install and manage arpwatch",
|
"summary": "Install and manage arpwatch",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Debian",
|
"operatingsystem": "Debian",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"6",
|
"7",
|
||||||
"7"
|
"8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user