(maint) Put provider command in quotes in JSON test

This commit is contained in:
Will Hopper 2017-01-10 12:37:06 -08:00
parent 165170c08b
commit 2d0a1f0c70
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Puppet::Type.type(:database).provide :linux do
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
has_feature :implements_some_feature
has_feature :some_other_feature
commands foo: /usr/bin/foo
commands foo: '/usr/bin/foo'
end
Puppet::Type.newtype(:database) do