Method: Puppetfactory::Plugins::Example#login
- Defined in:
- lib/puppetfactory/plugins/example.rb
#login ⇒ Object
hook called when users log in. Only one can be active at any time.
77 78 79 80 |
# File 'lib/puppetfactory/plugins/example.rb', line 77 def login $logger.info 'Logging in with the default system shell' exec('bash --login') end |