Sha256: 36493264070d59e2b61418f292a24708fbe669e52710d98564db738238dadebf
Contents?: true
Size: 414 Bytes
Versions: 675
Compression:
Stored size: 414 Bytes
Contents
Puppet::Bindings.newbindings('awesome2::default') do |scope| bind.name('all your base').to('are belong to us') bind.name('env_meaning_of_life').to(puppet_string("$environment thinks it is 42", __FILE__)) bind { name 'awesome_x' to 'golden' } bind { name 'the_meaning_of_life' to 100 } bind { name 'has_funny_hat' to 'kkk' } bind { name 'good_x' to 'golden' } end
Version data entries
675 entries across 675 versions & 1 rubygems