Has Ruby a keyword `define`? -
where can find documentation define
(see snippet below) in ruby?
define :brew package @name, :ensure => :present, :provider => :homebrew, :require => "vcsrepo[/usr/local]" end
i not sure whether ruby keyword actually.
wouldn't make sense tell people where saw snippet, provide context?
it's you're looking @ puppet script:
http://docs.puppetlabs.com/puppet/3/reference/index.html
the place find definition of define
, then, in puppet source.
Comments
Post a Comment