Method: Puppet::Settings::FileSetting#group
- Defined in:
- lib/puppet/settings/file_setting.rb
#group ⇒ String?
Returns the name of the group to use for the file or nil if the group should not be managed.
94 95 96 |
# File 'lib/puppet/settings/file_setting.rb', line 94 def group @group.value end |