Mercurial > repos > other > Puppet
view modules/archive/examples/bad_source.pp @ 471:65290cb0cec2
Tidy up SSH firewall handling
We can be generic while referencing private values for specific
ports
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 12 May 2024 19:51:53 +0100 |
parents | 3fce34f642f1 |
children |
line wrap: on
line source
archive { '/tmp/jta-1.1.jar': ensure => present, source => $bad_variable, }