(maint) Put provider command in quotes in JSON test
This commit is contained in:
parent
165170c08b
commit
2d0a1f0c70
|
@ -83,7 +83,7 @@ Puppet::Type.type(:database).provide :linux do
|
||||||
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
|
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
|
||||||
has_feature :implements_some_feature
|
has_feature :implements_some_feature
|
||||||
has_feature :some_other_feature
|
has_feature :some_other_feature
|
||||||
commands foo: /usr/bin/foo
|
commands foo: '/usr/bin/foo'
|
||||||
end
|
end
|
||||||
|
|
||||||
Puppet::Type.newtype(:database) do
|
Puppet::Type.newtype(:database) do
|
||||||
|
|
Loading…
Reference in New Issue