Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
[main] vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl manifest = /opt/puppet/production/manifests/site.pp templatedir = /opt/puppet/production/modules:/opt/puppet/production/modules/roles:/opt/puppet/development/modules/business_units modulepath = /opt/puppet/production/modules:/opt/puppet/production/modules/roles:/opt/puppet/development/modules/business_units factsignore = CVS .svn .git factsync = true factpath = /opt/puppet/production/facts pluginsync = true pluginignore = CVS .svn .git pluginpath = /opt/puppet/production/plugins [production] manifest = /opt/puppet/production/manifests/site.pp templatedir = /opt/puppet/production/modules:/opt/puppet/production/modules/roles:/opt/puppet/development/modules/business_units modulepath = /opt/puppet/production/modules:/opt/puppet/production/modules/roles:/opt/puppet/development/modules/business_units factsignore = CVS .svn .git factsync = true factpath = /opt/puppet/production/facts pluginsync = true pluginignore = CVS .svn .git pluginpath = /opt/puppet/production/plugins [development] manifest = /opt/puppet/development/manifests/site.pp templatedir = /opt/puppet/development/modules:/opt/puppet/development/modules/roles:/opt/puppet/development/modules/business_units modulepath = /opt/puppet/development/modules:/opt/puppet/development/modules/roles:/opt/puppet/development/modules/business_units factsignore = CVS .svn .git factsync = true factpath = /opt/puppet/development/facts pluginsync = true pluginignore = CVS .svn .git pluginpath = /opt/puppet/development/plugins [puppetd] vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl server = isg-puppetmaster-001.1515.fqdn.com listen = true summarize = true paramcheck = true reports = rrdgraph report = true runinterval = 300 pluginsync = true pluginsignore = .svn CVS .hg .git factsignore = .svn CVS .hg .git factsync = true [puppetmasterd] report = true reports = store,rrdgraph storeconfigs = true dbadapter = mysql dbuser = root user = root dbpassword = dbhost = localhost
This paste will be private.
From the Design Piracy series on my blog: