<?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: Using cfengine to manage RedHat services</title>
	<atom:link href="http://ertw.com/blog/2007/05/30/using-cfengine-to-manage-redhat-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://ertw.com/blog/2007/05/30/using-cfengine-to-manage-redhat-services/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:46:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luke Kanies</title>
		<link>http://ertw.com/blog/2007/05/30/using-cfengine-to-manage-redhat-services/comment-page-1/#comment-40050</link>
		<dc:creator>Luke Kanies</dc:creator>
		<pubDate>Thu, 31 May 2007 14:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://ertw.com/blog/2007/05/30/using-cfengine-to-manage-redhat-services/#comment-40050</guid>
		<description>If you&#039;re just getting started, I highly recommend looking at some of the newer tools -- cfengine hasn&#039;t changed much in the last five years, and it&#039;s always had some significant usability problems.

You should give Puppet a try; you&#039;ll find that it&#039;s much easier to manage services using it.  For instance, here&#039;s the equivalent code for your example:

service { cfenvd: enabled =&gt; true }

Notice no worries about how to use chkconfig -- Puppet figures out what &quot;enabled&quot; means and translates appropriately for you.

It also transparently handles packages, users, and much more, and in a way that is portable across most of the major Unixes.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just getting started, I highly recommend looking at some of the newer tools &#8212; cfengine hasn&#8217;t changed much in the last five years, and it&#8217;s always had some significant usability problems.</p>
<p>You should give Puppet a try; you&#8217;ll find that it&#8217;s much easier to manage services using it.  For instance, here&#8217;s the equivalent code for your example:</p>
<p>service { cfenvd: enabled =&gt; true }</p>
<p>Notice no worries about how to use chkconfig &#8212; Puppet figures out what &#8220;enabled&#8221; means and translates appropriately for you.</p>
<p>It also transparently handles packages, users, and much more, and in a way that is portable across most of the major Unixes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

