Following topics are covered in this video: 00:30 - what is puppet 01:37 - features of puppet 05:22 - puppet architecture 07:38 - puppet architecture- ssl connection 09:58 - how to launch an aws instance 22:22 - code basics for puppet 24:32 - code basics for puppet-manifest
@samratmitra75363 жыл бұрын
I have 1000 servers in development. I have 500 servers in production. I have 500 servers in DR. Question 1: How will I specify that the manifest in /etc/puppet/code/environments/production/site.pp will apply only to my 500 production instances and the manifest in /etc/puppet/code/environments/development/site.pp will apply to my 1000 development instances and /etc/puppet/code/environments/dr/site.pp will apply only to my 500 dr instances.? The reason I ask this is because it is not feasible to specify so many hostnames in the "nodes" section of each manifest. Question 2: Does the manifest file name has to be "site.pp" only? Or, can we rename it to anything like install_packages.pp and restart_services.pp? Question 3: Instead of having one long manifest file for each environment, can I have multiple manifest files (For example: one to install a list of packages and another to restart a list of services) as listed below - /etc/puppet/code/environments/development/install_packages.pp /etc/puppet/code/environments/development/restart_services.pp
@akinduser42554 жыл бұрын
Thanks man. Have an interview tomorrow and know Linux but no idea about Puppet. This helped a lot.
@Intellipaat4 жыл бұрын
Glad it was helpful. Keep learning with Intellipaat. :)
@itaahmed84983 жыл бұрын
its been over a year.. hope you ceacked the interview Nd got job bhai... wishing you more success..
@bloodeyhell70265 жыл бұрын
YOu guys are the best. God bless you for spending time to upload these courses for free! I would love to donate 10% of my salary to this channel by the end of this month
@Intellipaat5 жыл бұрын
That's so kind of you. Instead of donating it to us please donate it to someone needy in your neighbor and refer Intellipaat to your circle so that they can keep upgrading their skills, earn well and help the needy too. Keep showering your blessings to us. Lots of love. :)
@bloodeyhell70265 жыл бұрын
@@Intellipaat thanks alot. Do you plan on releasong any course on ELK stack anytime soon?
@Intellipaat5 жыл бұрын
Yes we will upload that by next week. Stay tuned to Intellipaat channel.:)
@nanimys5 жыл бұрын
is this video included as complete tutorial?? I mean just enough knowing this much?
@Intellipaat5 жыл бұрын
Got a question on Puppet? Do write it in the comment and you will get a response immediately by our expert. For Puppet or DevOps training & certification, call us at US: 1800-216-8930 (Toll Free) or India: +917022374614. You can also write us at sales@intellipaat.com
@ChanceMinus Жыл бұрын
Thank you.
@Intellipaat Жыл бұрын
Most welcome 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
@ramirez3682 жыл бұрын
Pretty good with live demo, that is always appreciated it.
@Intellipaat2 жыл бұрын
Glad you think so! @Cesar Ramirez Do like, share & subscribe to our channel to get updates on upcoming videos.
@Skita42 жыл бұрын
Thanks for the video, it helps a lot !
@Intellipaat2 жыл бұрын
@Bastien Bouquin Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
@RajeshVerma-mp8qk3 жыл бұрын
excellent lecture about Puppet tool
@Intellipaat3 жыл бұрын
Thank you! Keep supporting.
@anupamagarg17092 жыл бұрын
Helpful it was
@Intellipaat2 жыл бұрын
@Anupama Garg Glad to hear that. Do like, share & subscribe to our channel to get updates on upcoming videos.
@bluesquare23 Жыл бұрын
Papa bless! 🙏
@Intellipaat Жыл бұрын
Do like, share & subscribe to our channel to get updates on upcoming videos.
@tapanjeetroy82664 жыл бұрын
Thanks for uploading it
@Intellipaat4 жыл бұрын
Glad you liked it. Keep learning with Intellipaat. 🙂
@lamecksingu62187 ай бұрын
So if you have more than one slave, you'll need to do sudo puppet agent --test on each and every agent
@Intellipaat7 ай бұрын
Sure thing! "Yep, each slave needs its own sudo puppet agent --test." If you wish to learn from top experts and get a certification, then kindly call our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
@mansoorahmed21214 жыл бұрын
Sir kindly help me while puppet is active how i can go back from that what will be the command ?
@kalaivanipalanivel Жыл бұрын
can please share puppet and nagios installation commands.
@Intellipaat Жыл бұрын
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn (course name) from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day! . Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
@anjalideshmukh31543 жыл бұрын
Hi Can you share the file which is having all the command used for configuration
@rgcreation43454 жыл бұрын
Sir... Thanks ye vidio banane Ke liye Hindi me banavo Bahot Achahoga
@AbhishekSharma-kb4nx5 жыл бұрын
When we have allowed all TCP ports in Security groups then why are we using ufw command to open 8140 port? Please clarify
@Intellipaat5 жыл бұрын
Hi Abhi, security groups are AWS Firewalls which are separate from OS firewall. ufw command, opens the OS firewall on that particular port.
@AbhishekSharma-kb4nx5 жыл бұрын
@@Intellipaat Ok..Thanks a lot for clarifying ! :)
@sujitkumarnayak1014 жыл бұрын
I am using Redhat instances, please let me know how to unzip .deb file and how to install. Please help me m completely stuck.
@codewithhitesh5 жыл бұрын
Just want to know why do we need to run command puppet agent --test everytime we change in master manifest? I think it should download the file automatically? If i have 1000 slaves then do we need to perform that command on all slaves manuallly? Also at the begining when we were signing the certificate. Do we need to send the request from slave manually when we create the slave?
@Intellipaat5 жыл бұрын
Hi Hitesh, In production puppet downloads the manifest at regular intervals, this interval can be configured in puppet. For demonstration, the trainer passed --test command. Once all the nodes are setup, for ex. 1000 nodes, they will send the request to the puppet master. You can sign all the certificates with one command.
@princejaiswal8235 жыл бұрын
Thanks
@Intellipaat5 жыл бұрын
Welcome. :) Keep learning with Intellipaat. :)
@mansoorahmed21214 жыл бұрын
i created two machines seprately and have ip address one is for puppet master and second machine is for agent is it right ? please help me
@bhupeshaboopi6625 жыл бұрын
Hi Guys, Please upload full Advanced Puppet course. It is just basics
@Intellipaat5 жыл бұрын
Hi Bhupesha, Sure, will forward the topic to the respective team and will upload the video soon. Please subscribe to Intellipaat channel & press the bell icon so that you don't miss that video from us.
@ashutoshtripathi70514 жыл бұрын
Hi , Could you please clarify how did you save and close NANO file. I am using ctrl+ O and this is asking me to save and rename the file. I saw that you did not renamed the existing file. Then how to exit from the screen ?
@sivakumarnatarajan94603 жыл бұрын
Excellent
@Intellipaat3 жыл бұрын
Thank you so much 😀 @Sivakumar Natarajan
@kalaivanipalanivel Жыл бұрын
can u please share the installation commands
@Intellipaat Жыл бұрын
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn (course name) from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day! . Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
@dnareshkumar25104 жыл бұрын
Why you are used systemctl command,it is Ubuntu platform right?
@Intellipaat4 жыл бұрын
where?
@manojmohakud4 жыл бұрын
could you please provide the steps of installation of puppet master ans agent for ubuntu
@Intellipaat4 жыл бұрын
Hi Manoj, please watch here: kzbin.info/www/bejne/bZSzlGavfMilmbs
@techesteem27192 жыл бұрын
I am getting errors on the certificate signing. No certificate is found in the master's. Kindly provide a solution. Thank you.
@Intellipaat2 жыл бұрын
For personal support, you can reach out to our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
@vickneshg10534 жыл бұрын
Please give me a simple explanation for puppet image copying....... please
@AbhishekSharma-kb4nx5 жыл бұрын
Is there any shortcut to performing all these configuration steps? like AWS provides AMI with puppet enterprise pre-configured..do we have to execute the same steps there as well? Also, you did not mention about scenario where we do not need multiple servers ('puppet apply' command used)...
@vnarasimha7905 жыл бұрын
puppet
@sohailfarooqi32825 жыл бұрын
This is an awesome tutorial undoubtedly. However since i am new to Linux, i am getting an error for the "apt policy puppetmaster" responding invalid operation policy, also the "systemctl" arent working. I am using ubuntu 14.something. Could some one kindly help me out? Assignment due in 4 days lol
@karineillow28822 жыл бұрын
thanks
@Intellipaat2 жыл бұрын
Welcome @Karine illow Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.