<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kb.hurricane-ridge.com &#187; Configuration Management</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/confmgmt/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing Puppet syntax without running puppetd</title>
		<link>http://kb.hurricane-ridge.com/confmgmt/puppet-confmgmt/testing-puppet-syntax-without-running-puppetd</link>
		<comments>http://kb.hurricane-ridge.com/confmgmt/puppet-confmgmt/testing-puppet-syntax-without-running-puppetd#comments</comments>
		<pubDate>Mon, 23 Aug 2010 21:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Puppet]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=982</guid>
		<description><![CDATA[Use the --parseonly (puppet.conf manpage: &#8220;just check the syntax of the manifests&#8221;) and --ignoreimport (&#8220;enables you to parse-check a single file rather than requiring that all files exist&#8221;) flags to the puppet comand: Reference: Puppet]]></description>
			<content:encoded><![CDATA[<p>Use the <code>--parseonly</code> (puppet.conf manpage: &#8220;just check the syntax of the manifests&#8221;) and <code>--ignoreimport</code> (&#8220;enables you to parse-check a single file rather than requiring that all files exist&#8221;) flags to the puppet comand:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
&gt; puppet --parseonly --ignoreimport &lt;filename.pp&gt;
</pre>
<p>Reference: <a href="http://conshell.net/wiki/index.php/Puppet">Puppet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/confmgmt/puppet-confmgmt/testing-puppet-syntax-without-running-puppetd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cfengine Standard Classes</title>
		<link>http://kb.hurricane-ridge.com/confmgmt/cfengine/cfengine-standard-classes</link>
		<comments>http://kb.hurricane-ridge.com/confmgmt/cfengine/cfengine-standard-classes#comments</comments>
		<pubDate>Sun, 28 Dec 2008 23:24:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cfengine]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=3</guid>
		<description><![CDATA[To list built-in classes for a cfengine host, do the following: cfagent -p -v &#124; grep Defined]]></description>
			<content:encoded><![CDATA[<p>To list built-in classes for a cfengine host, do the following:</p>
<pre><code>cfagent -p -v | grep Defined</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/confmgmt/cfengine/cfengine-standard-classes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

