Puppet Class: variance::noop
- Inherits:
- variance
- Defined in:
- manifests/noop.pp
Overview
1 2 3 4 5 6 7 |
# File 'manifests/noop.pp', line 1
class variance::noop inherits variance {
File['/etc/motd'] {
noop => true,
}
}
|