Skip to content

Commit

Permalink
Merge pull request #720 from mlibrary/zsh
Browse files Browse the repository at this point in the history
add misc interactive packages on bastion hosts
  • Loading branch information
rrotter authored Oct 8, 2024
2 parents e30bcd6 + 67d0aca commit 709b2cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/profile/interactive.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# nebula::profile::interactive
#
# Install packages that are useful for interactive sessions but
# generally not needed on servers where humans rarely log in.
#
# @example
# include nebula::profile::interactive
class nebula::profile::interactive {
ensure_packages([
'fd-find',
'neovim',
'ripgrep',
'tmux',
'zsh',
])
}
1 change: 1 addition & 0 deletions manifests/role/bastion.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

include nebula::profile::bolt
include nebula::profile::root_ssh_private_keys
include nebula::profile::interactive

# These three are effectively the requirements for getting user login
# with kerberos and duo.
Expand Down

0 comments on commit 709b2cf

Please sign in to comment.