Sha256: b02e670c81381ab985828604a7f1fd9468fce351dfe7c940cdbe128874a58462

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

module GitWit::Actions::Ssh
  module Actions
    def ssh_home(user, home, config = {})
      action Home.new(self, user, home, config)
    end

    def ssh_sudoers(user, config = {})
      action Sudoers.new(self, user, config)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
git_wit-0.0.6 lib/git_wit/actions/ssh.rb
git_wit-0.0.6.pre lib/git_wit/actions/ssh.rb
git_wit-0.0.5 lib/git_wit/actions/ssh.rb
git_wit-0.0.4.pre2 lib/git_wit/actions/ssh.rb
git_wit-0.0.4.pre lib/git_wit/actions/ssh.rb