Module: Gem
- Defined in:
- lib/cookbooks/sanitize/libraries/default.rb
Overview
Allow setting Gem.user_home attribute to be able to remove the default ‘ubuntu’ user on the first run.
Class Method Summary collapse
Class Method Details
.user_home=(value) ⇒ Object
4 5 6 |
# File 'lib/cookbooks/sanitize/libraries/default.rb', line 4 def self.user_home=(value) @user_home = value end |