# File lib/puppet/dsl.rb, line 69 69: def apply 70: bucket = export() 71: catalog = bucket.to_catalog 72: catalog.apply 73: end