- Subject
- puppet class snippet
- Author
- Bombadil
- Description
- How do I achieve this?
- Posted on
- Thu, 23 Apr 2009 12:53:04 +0200
- Content
-
class interfoo { interface.each { |iface|: file { "/etc/ssl/private/$iface.pem": ensure => "/etc/ssl/private/realcert.pem" } } }