install lsb-release, puppetd on the client will not start without it
[mirror/dsa-wiki.git] / input / howto / puppet-setup.mdwn
index 5495f24..32a51e5 100644 (file)
@@ -13,7 +13,7 @@ adjusted.
         : __handel__ && puppetd -t --environment=production
 
         : ::client:: && apt-get update &&
-                apt-get install --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses &&
+                apt-get install --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses lsb-release &&
                 /etc/init.d/puppet stop &&
                 puppetd -w 5 -t
 
@@ -52,7 +52,7 @@ although the config files should remain identical before and after.
 
 Then run (this will change the configs in /etc):
 
-        : ::client:: && puppetd -w 5 --debug -t --factsync
+        : ::client:: && puppetd -w 5 --debug -t
 
 This run will start puppet after reconfiguring it, so if you are 
 unhappy with what just happened, you'll need to stop it again to do