1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00

added CentOS to operatingsystem_support

This commit is contained in:
Max Wilhelm 2016-01-27 12:56:49 +01:00
parent ae7256a8c2
commit 3e36e94971

View File

@ -16,6 +16,10 @@
{ {
"operatingsystem": "Debian", "operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8"] "operatingsystemrelease": [ "6", "7", "8"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
} }
], ],
"dependencies": [ "dependencies": [