Re: [Puppet Users] Puppet::Type.newtype create_resource with notify

2016-02-11 Thread Felix Frank
Hi, On 01/29/2016 07:19 PM, Bartosz Kupidura wrote: New resources are added to catalog, but unfortunately notify is not working. | parameters ={:name =>'test',:notify =>'Service[test-service]',:value =>'10} res = catalog.create_resource('test_resource', parameters) target = catalog.resource

[Puppet Users] Puppet::Type.newtype create_resource with notify

2016-01-29 Thread Bartosz Kupidura
Hello All! Im trying to write new type which will add resource to catalog, but i have problem with 'notify' property. New resources are added to catalog, but unfortunately notify is not working. parameters = {:name => 'test', :notify => 'Service[test-service]', :value => '10} res =