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: 52e3ceae0719491683d97379e5aa6c14f26bbed5 (
plain
) (
blame
)
1
2
3
class
profile
::
tools
{
ensure_packages
([
'vim'
,
'bash-completion'
])
}