index
:
Puppet
dev
dns
file_store
master
workstation/flony
My infrastructure configuration - Deprecated, replaced with Nix
Immae
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
profile
/
manifests
/
tools.pp
blob: 9f9d593133bef1dbeff5fee51b8cf9d7f0b4c5da (
plain
) (
blame
)
1
2
3
class
profile
::
tools
{
ensure_packages
([
'vim'
,
'bash-completion'
,
'net-tools'
,
'htop'
])
}