From 2d0a1f0c702c84d73d81eece4c01b8f2fc713d03 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Tue, 10 Jan 2017 12:37:06 -0800 Subject: [PATCH] (maint) Put provider command in quotes in JSON test --- spec/unit/puppet-strings/json_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/puppet-strings/json_spec.rb b/spec/unit/puppet-strings/json_spec.rb index feed48c..60f9cd5 100644 --- a/spec/unit/puppet-strings/json_spec.rb +++ b/spec/unit/puppet-strings/json_spec.rb @@ -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