Re: [Puppet Users] can we call the puppet task/plan from puppet profile ?

2020-09-01 Thread Vinay Korrapati
Hi clare, Thanks for your response. Not from puppet GUI, its from puppet profile. Can we call the puppet task/plan from manifest file ? On Wednesday, September 2, 2020 at 1:48:15 AM UTC+5:30 clare...@gmail.com wrote: > Do you mean from the Puppet GUI ? If so, there is an API to do that. > > O

Re: [Puppet Users] can we call the puppet task/plan from puppet profile ?

2020-09-01 Thread Clarence
Do you mean from the Puppet GUI ? If so, there is an API to do that. On Tue, Sep 1, 2020 at 9:29 AM Vinay Korrapati wrote: > Hi Team, > > Is there any possibility to trigger the puppet task/plan from puppet > profile ? > > Regards > Vinay > > -- > You received this message because you are subsc

[Puppet Users] Availability of puppet-agent nightly builds for Fedora 32

2020-09-01 Thread Ciprian Badescu
Hi all, Puppet-agent nightly builds are available for Fedora 32 at http://nightlies.puppet.com/yum/. Enjoy, Ciprian -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[Puppet Users] can we call the puppet task/plan from puppet profile ?

2020-09-01 Thread Vinay Korrapati
Hi Team, Is there any possibility to trigger the puppet task/plan from puppet profile ? Regards Vinay -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-u

Re: [Puppet Users] Duplicate declaration: Exec

2020-09-01 Thread Daniel Krämer
That is a limitation of ensure_resource() i'm also experiencing. For example: ❯ cat modules/profile/manifests/test1.pp class profile::test1 { include profile::test3 include profile::test2 } ❯ cat modules/profile/manifests/test2.pp class profile::test2 { notify{"i'm a test":} } ❯ cat modules/

[Puppet Users] Duplicate declaration: Exec

2020-09-01 Thread Helmut Schneider
Hi, /etc/puppetlabs/code/modules/amavisd/manifests/init.pp ensure_resource('exec', '/usr/local/bin/amavisd.sh -sP', { path => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin', refreshonly => true, command => 'su -l root -c "/usr/local/bin/amavisd.sh -sP"', }) One client reports: Server Err