diff options
Diffstat (limited to 'spec/integration/ssl/host_spec.rb')
-rwxr-xr-x | spec/integration/ssl/host_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/ssl/host_spec.rb b/spec/integration/ssl/host_spec.rb index 9b4152e83..05862dfc4 100755 --- a/spec/integration/ssl/host_spec.rb +++ b/spec/integration/ssl/host_spec.rb @@ -17,6 +17,7 @@ describe Puppet::SSL::Host do Puppet.settings[:confdir] = @dir Puppet.settings[:vardir] = @dir + Puppet.settings[:group] = Process.gid Puppet::SSL::Host.ca_location = :local |