<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Puppet on Shafiq Alibhai</title>
    <link>https://www.shafiq.in/zh/tags/puppet/</link>
    <description>Recent content in Puppet on Shafiq Alibhai</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>© 2009-2026 All rights reserved.</copyright>
    <lastBuildDate>Thu, 30 Aug 2012 17:14:59 +0000</lastBuildDate>
    <atom:link href="https://www.shafiq.in/zh/tags/puppet/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Navigating Release Engineering - A Step-by-Step Plan</title>
      <link>https://www.shafiq.in/zh/blog/navigating-release-engineering-a-step-by-step-plan/</link>
      <pubDate>Thu, 30 Aug 2012 17:14:59 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/navigating-release-engineering-a-step-by-step-plan/</guid>
      <description>&lt;h1 id=&#34;the-blueprint-for-a-smooth-release-engineering-process&#34;&gt;The Blueprint for a Smooth Release Engineering Process&lt;a class=&#34;anchor&#34; href=&#34;#the-blueprint-for-a-smooth-release-engineering-process&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;Isn&amp;rsquo;t it satisfying when everything falls into place just as you&amp;rsquo;d hoped? In the complex world of development, where multiple cogs are in motion at any given time, having a well-defined plan can make all the difference. Here&amp;rsquo;s a streamlined guide to setting up a robust Release Engineering (Releng) system that ensures efficient and error-free deployments.&lt;/p&gt;&#xA;&lt;h2 id=&#34;step-by-step-implementation&#34;&gt;Step-by-Step Implementation&lt;a class=&#34;anchor&#34; href=&#34;#step-by-step-implementation&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;1-version-control-with-git&#34;&gt;1. Version Control with Git&lt;a class=&#34;anchor&#34; href=&#34;#1-version-control-with-git&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;We begin by storing all our configuration files and Puppet manifests in a Git repository. It serves as the central hub where changes are tracked and updated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disable services in Solaris 10</title>
      <link>https://www.shafiq.in/zh/blog/disable-services-in-solaris-10/</link>
      <pubDate>Mon, 23 May 2011 16:57:14 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/disable-services-in-solaris-10/</guid>
      <description>&lt;p&gt;To disable a service, you must be root or have sudo privileges.&lt;/p&gt;&#xA;&lt;p&gt;For example, to disable the Puppet service, you would run the following command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;svcadm disable network/cswpuppetd:default&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will disable the Puppet service and prevent it from running.&lt;/p&gt;&#xA;&lt;p&gt;To verify that the service has been disabled, you can run the following command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;svcs &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; grep puppet&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will list all of the services that are currently running, and if the Puppet service is disabled, it will not be listed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Puppet logs on solaris 10</title>
      <link>https://www.shafiq.in/zh/blog/puppet-logs-on-solaris-10/</link>
      <pubDate>Thu, 19 May 2011 16:54:58 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/puppet-logs-on-solaris-10/</guid>
      <description>&lt;p&gt;/var/svc/log/network-cswpuppetd:default.log&lt;br&gt;&#xA;/var/svc/log/network-cswpuppetmasterd:default.log&lt;/p&gt;&#xA;&lt;p&gt;use &lt;code&gt;tail -f &amp;lt;log file name&amp;gt;&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Puppet Error – Could not file class in namespace – [solved]</title>
      <link>https://www.shafiq.in/zh/blog/puppet-error-could-not-file-class-in-namespace-solved/</link>
      <pubDate>Tue, 18 Jan 2011 07:03:39 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/puppet-error-could-not-file-class-in-namespace-solved/</guid>
      <description>&lt;h2 id=&#34;how-to-solve-the-puppet-error-could-not-find-class-in-namespace&#34;&gt;How to Solve the Puppet Error: Could not find class in namespace&lt;a class=&#34;anchor&#34; href=&#34;#how-to-solve-the-puppet-error-could-not-find-class-in-namespace&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Sometimes, when working with Puppet, you may encounter an error message that does not accurately reflect the actual problem. For example, if you see this error:&lt;/p&gt;&#xA;&lt;p&gt;err: Could not retrieve catalogue: Could not find class php in namespaces standardbuild at /etc/puppet/manifests/templates.pp:15 on domain.internal.com&lt;/p&gt;&#xA;&lt;p&gt;One of the possible causes could be a missing curly bracket in your code. This can be hard to spot and can waste a lot of your time. To avoid this, make sure you check your syntax carefully and use a code editor that can highlight any errors for you.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
