[Puppet Users]

2020-08-31 Thread Md Juyel Haque
Hi All, I wanna create a ec2 user data script using puppet. As i am new at puppet.Please help me out. -- Thanks & Regards, Md Juyel Haque | MCA,MNA,BSc IT | Software Engineer ESG Global Service,Mumbai Phone No: 7047906982 Email: haquemohammedju...@gmail.com -- You received this message bec

[Puppet Users] Userdata using puppet terraform

2020-08-25 Thread Md Juyel Haque
Hi all, I need a help to write script which will contain user data for ec2 instance using puppet and ec2 instance will be provisioned by terraform. Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop re

Re: [Puppet Users] Mysqldump using puppet

2020-08-02 Thread Md Juyel Haque
directory On Sat, Aug 1, 2020 at 3:38 AM Md Juyel Haque wrote: > okay Thank You > > On Sat, Aug 1, 2020 at 3:17 AM Chris wrote: > >> You put the perl script and backup scripts in a module, and deploy as >> files. In my case, they are part of a private module calle

Re: [Puppet Users] Mysqldump using puppet

2020-07-31 Thread Md Juyel Haque
up.sh", > owner => 'root', > group => 'root', > mode=> '0555'; > } > > And then you set up a cron job: > > cron { > cron_mysqlbackup: > command => "/root/backup.sh", > user

Re: [Puppet Users] Mysqldump using puppet

2020-07-31 Thread Md Juyel Haque
r address from ~/.my.cnf if it exists and only default to localhost if > a host isn't specified. > > It doesn't currently send emails on errors, but you can fork the repo and > submit a PR and I'd be happy to merge. > > > -Chris > > On Sat, Aug 1, 2

[Puppet Users] Mysqldump using puppet

2020-07-31 Thread Md Juyel Haque
Please help me.I want to create script database backup. This should be deployed with the puppet scripts on the Tomcat server. Errors from the dump should be noted and an email sent to particular email address in case of errors/failure. The script should also take the IP addresses from the Cloudf