module-concat/spec
Joshua Hoblitt aa0180d69a remove default owner/user and group values
The use of $::id to set the default user/owner and group has caused
multiple bugs in the past, is incorrectly used to infer the egid,
introduces a dependency on the `id` fact, and provides no functionally
that can't be accomplished by passing `undef` or not setting the
respective params on the file & exec types.

A possible alternative would be to introduce a dep on the $::gid fact
but that would mean the entire module would depend on a version of
facter than hasn't shipped yet (unworkable) or to add a gid/egid fact
into this module (ugly).
2013-10-24 08:48:37 -07:00
..
system Add rspec-system tests. 2013-08-08 08:44:31 -07:00
unit remove default owner/user and group values 2013-10-24 08:48:37 -07:00
spec_helper.rb Lets use puppetlabs_spec_helper 2012-06-23 17:13:08 -04:00
spec_helper_system.rb add stdlib to rspec-system tests 2013-10-23 10:55:05 -07:00