Method: Puppetfactory::Plugins::Example#login

Defined in:
lib/puppetfactory/plugins/example.rb

#loginObject

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 
  $logger.info 'Logging in with the default system shell'
  exec('bash --login')
end