Sha256: 19cc75a45e84f535ac42c8fe595c6d09988b6cc60d41bac463982e6f33ed0262
Contents?: true
Size: 225 Bytes
Versions: 17
Compression:
Stored size: 225 Bytes
Contents
class Puppetfactory::Plugins::LoginShell < Puppetfactory::Plugins def initialize(options) super(options) end def login $logger.info 'Logging in with the default system shell' exec('bash --login') end end
Version data entries
17 entries across 17 versions & 1 rubygems