Class: Puppet::Settings::FileSetting::Root Private
- Defined in:
- lib/puppet/settings/file_setting.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A “root” user or group
Instance Method Summary collapse
- #value ⇒ Object private
Instance Method Details
#value ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
20 21 22 |
# File 'lib/puppet/settings/file_setting.rb', line 20 def value "root" end |