Fixes for serverspec

This commit is contained in:
Werner Dijkerman
2016-02-06 15:58:43 +01:00
parent a733de5695
commit fe287f5d7c

View File

@ -20,8 +20,8 @@ describe 'Telegraf Configuration' do
it { should be_owned_by 'root'} it { should be_owned_by 'root'}
it { should be_grouped_into 'root'} it { should be_grouped_into 'root'}
it { should contain "[cpu]" } it { should contain "[[inputs.cpu]]" }
it { should contain "[mem]" } it { should contain "[[inputs.mem]]" }
it { should contain "url = \"http://localhost:8086\"" } it { should contain "urls = \"http://localhost:8086\"" }
end end
end end