Puppet Class: tmux::config
- Inherits:
- tmux
- Defined in:
- manifests/config.pp
Overview
Class: tmux::config
3 4 5 6 7 |
# File 'manifests/config.pp', line 3
class tmux::config () inherits tmux {
assert_private("Use of private class ${name} by ${caller_module_name}")
create_resources('tmux::profile', $tmux::profiles)
}
|