Puppet Class: kubeinstall::system::completion
- Defined in:
- manifests/system/completion.pp
Summary
Install bash completion packageOverview
Install bash completion package
7 8 9 10 11 |
# File 'manifests/system/completion.pp', line 7
class kubeinstall::system::completion {
package { 'bash-completion':
ensure => 'present'
}
}
|