<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Puppet Master and Agent in RHEL-Based Systems	</title>
	<atom:link href="https://www.tecmint.com/install-puppet-master-and-agent-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 13 Mar 2023 06:13:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1942263</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 05 Jan 2023 05:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9135#comment-1942263</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1941951&quot;&gt;vamshidher Reddy&lt;/a&gt;.

@Vamshidher,

I think you need to install &lt;strong&gt;libcrypt.so&lt;/strong&gt; module by installing &lt;strong&gt;libxcrypt&lt;/strong&gt;.
&lt;pre&gt;
# dnf install libxcrypt
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1941951">vamshidher Reddy</a>.</p>
<p>@Vamshidher,</p>
<p>I think you need to install <strong>libcrypt.so</strong> module by installing <strong>libxcrypt</strong>.</p>
<pre>
# dnf install libxcrypt
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vamshidher Reddy		</title>
		<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1941951</link>

		<dc:creator><![CDATA[vamshidher Reddy]]></dc:creator>
		<pubDate>Wed, 04 Jan 2023 12:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9135#comment-1941951</guid>

					<description><![CDATA[Hi Ravi,

I am getting the below error while generating a certificate in Master Server - CentOS
&lt;pre&gt;
[root@masterpuppet ~]# sudo /opt/puppetlabs/bin/puppetserver ca setup

/opt/puppetlabs/puppet/bin/ruby: /lib64/libcrypt.so.1: version `XCRYPT_2.0&#039; not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.28&#039; not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.25&#039; not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.27&#039; not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi,</p>
<p>I am getting the below error while generating a certificate in Master Server &#8211; CentOS</p>
<pre>
[root@masterpuppet ~]# sudo /opt/puppetlabs/bin/puppetserver ca setup

/opt/puppetlabs/puppet/bin/ruby: /lib64/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
/opt/puppetlabs/puppet/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /opt/puppetlabs/puppet/lib/libruby.so.2.7)
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rowan Haynes		</title>
		<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1295673</link>

		<dc:creator><![CDATA[Rowan Haynes]]></dc:creator>
		<pubDate>Wed, 27 Nov 2019 16:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9135#comment-1295673</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-603274&quot;&gt;Sergio Mira&lt;/a&gt;.

you&#039;re a god damn hero]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-603274">Sergio Mira</a>.</p>
<p>you&#8217;re a god damn hero</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1292973</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Wed, 20 Nov 2019 10:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9135#comment-1292973</guid>

					<description><![CDATA[&lt;code&gt;[root@vdi-puppet puppet-master]# rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm&lt;/code&gt;
Retrieving http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
warning: /var/tmp/rpm-tmp.IX6QHl: Header V4 RSA/SHA1 Signature, key ID ef8d349f: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:puppetlabs-release-22.0-2        ################################# [100%]
[root@vdi-puppet puppet-master]#]]></description>
			<content:encoded><![CDATA[<p><code>[root@vdi-puppet puppet-master]# rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm</code><br />
Retrieving <a target="_blank" href="http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm" rel="nofollow ugc">http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm</a><br />
warning: /var/tmp/rpm-tmp.IX6QHl: Header V4 RSA/SHA1 Signature, key ID ef8d349f: NOKEY<br />
Preparing&#8230;                          ################################# [100%]<br />
Updating / installing&#8230;<br />
   1:puppetlabs-release-22.0-2        ################################# [100%]<br />
[root@vdi-puppet puppet-master]#</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://www.tecmint.com/install-puppet-master-and-agent-linux/comment-page-1/#comment-1292971</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Wed, 20 Nov 2019 10:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9135#comment-1292971</guid>

					<description><![CDATA[&lt;code&gt;root@vdi-puppet puppet-master]# yum install puppetserver&lt;/code&gt;
Loaded plugins: fastestmirror, langpacks
Repository &#039;puppetlabs-devel&#039;: Error parsing config: Error parsing &quot;baseurl = &#039;https://yum.puppetlabs.com///devel/x86_64&#039;&quot;: URL must be http, ftp, file or https not &quot;&quot;
Loading mirror speeds from cached hostfile
Resolving Dependencies
--&#062; Running transaction check
---&#062; Package puppetserver.noarch 0:5.3.10-1.el7 will be installed
--&#062; Processing Dependency: puppet-agent &#062;= 4.99.0 for package: puppetserver-5.3.10-1.el7.noarch
--&#062; Processing Dependency: java-1.8.0-openjdk-headless for package: puppetserver-5.3.10-1.el7.noarch
--&#062; Running transaction check
---&#062; Package puppet-agent.x86_64 0:5.5.17-1.el7 will be installed
---&#062; Package puppetserver.noarch 0:5.3.10-1.el7 will be installed
--&#062; Processing Dependency: java-1.8.0-openjdk-headless for package: puppetserver-5.3.10-1.el7.noarch
--&#062; Finished Dependency Resolution
Error: Package: puppetserver-5.3.10-1.el7.noarch (puppet5)
           Requires: java-1.8.0-openjdk-headless
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest]]></description>
			<content:encoded><![CDATA[<p><code>root@vdi-puppet puppet-master]# yum install puppetserver</code><br />
Loaded plugins: fastestmirror, langpacks<br />
Repository &#8216;puppetlabs-devel&#8217;: Error parsing config: Error parsing &#8220;baseurl = &#8216;https://yum.puppetlabs.com///devel/x86_64&#8242;&#8221;: URL must be http, ftp, file or https not &#8220;&#8221;<br />
Loading mirror speeds from cached hostfile<br />
Resolving Dependencies<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package puppetserver.noarch 0:5.3.10-1.el7 will be installed<br />
&#8211;&gt; Processing Dependency: puppet-agent &gt;= 4.99.0 for package: puppetserver-5.3.10-1.el7.noarch<br />
&#8211;&gt; Processing Dependency: java-1.8.0-openjdk-headless for package: puppetserver-5.3.10-1.el7.noarch<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package puppet-agent.x86_64 0:5.5.17-1.el7 will be installed<br />
&#8212;&gt; Package puppetserver.noarch 0:5.3.10-1.el7 will be installed<br />
&#8211;&gt; Processing Dependency: java-1.8.0-openjdk-headless for package: puppetserver-5.3.10-1.el7.noarch<br />
&#8211;&gt; Finished Dependency Resolution<br />
Error: Package: puppetserver-5.3.10-1.el7.noarch (puppet5)<br />
           Requires: java-1.8.0-openjdk-headless<br />
 You could try using &#8211;skip-broken to work around the problem<br />
 You could try running: rpm -Va &#8211;nofiles &#8211;nodigest</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
