Puppet Class: networkmanager::reload
- Defined in:
- manifests/reload.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does This class is used to collect different keyfile activation exported resources and apply them.
6 7 8 |
# File 'manifests/reload.pp', line 6
class networkmanager::reload {
Exec <<| tag == "nmactivate-2022b07${networkmanager::sys_id}" |>>
}
|