search for: show_diff

Displaying 10 results from an estimated 10 matches for "show_diff".

2011 Nov 18
5
Puppet on windows: File resource problem
Anybody knows what this error, bellow, means, the target file, C:/Splunk/etc/system/local/inputs.conf, does exist. sometimes, if I delete the file, it does actually create it, but never update it if it exists and changed... The resource is defined as:     file { "splunk_inputs":        owner   => SYSTEM,        group => SYSTEM,        mode    => 664,        require =>
2011 Nov 19
2
Facter Windows: domain is "none"
I could swear this worked fine earlier.. Now facter, and hence puppet, do not see the domain name anymore: What could cause this? C:\Temp>facter --version 1.6.2 C:\Temp>facter | findstr kernel kernel => windows kernelmajversion => 6.1 kernelrelease => 6.1.7601 kernelversion => 6.1.7601 C:\Temp>facter fqdn NCS-VDI-05.none C:\Temp>facter hostname NCS-VDI-05
2013 Oct 16
2
Exported resources not in the catalog
...default_schedules = false report = true pluginsync = true masterport = 8140 environment = production certname = foreman.localdomain server = foreman.localdomain listen = false splay = false runinterval = 1800 noop = false show_diff = false ### Next part of the file is managed by a different template ### ## Module: ''puppet'' ## Template source: ''MODULES/puppet/templates/server/puppet.conf.erb'' [master] autosign = $confdir/autosign.conf { mode = 664 } reports...
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
...t existed previously, and so the same behavior has been restored. Note if Puppet[:dns_alt_names] are specified when bootstrapping the master, then we do not merge the default options -- it''s either one of the other, but not both. #2744 Don''t automatically enable show_diff in noop mode As of 845825a, file diffs are now logged, rather than printed to console. Because log messages may be stored and more broadly readable, we no longer implicitly set show_diff in noop mode. ##6907 Allow providers to be selected in the run they become suitable Previou...
2012 Aug 23
1
Puppet Agent VS User
...onf route_file = /etc/puppet/routes.yaml rrddir = /var/lib/puppet/rrd rrdinterval = 1800 run_mode = user rundir = /var/run/puppet runinterval = 1800 sendmail = /usr/sbin/sendmail serial = /var/lib/puppet/ssl/ca/serial server = puppet server_datadir = /var/lib/puppet/server_data servertype = webrick show_diff = false signeddir = /var/lib/puppet/ssl/ca/signed smtpserver = none splay = false splaylimit = 1800 ssl_client_header = HTTP_X_CLIENT_DN ssl_client_verify_header = HTTP_X_CLIENT_VERIFY ssldir = /var/lib/puppet/ssl statedir = /var/lib/puppet/state statefile = /var/lib/puppet/state/state.yaml storeco...
2007 Dec 13
2
ANNOUNCE: 0.24.0 is out
...in'' added as aliases in the certificate, and you can use the ''dnscertnames'' to create other (replacement, not additional) aliases for any host when signing. - Refactored interface support significantly. - Added a k5login type for managing kerberos logins. - Added a show_diff option to show the differences between files being replaced; this option is enabled by default when running with -- test or --noop. - Replaced the internal graph library with a much faster one, and started using graphs in more places. This should not be noticeable by users, but I can tell....
2013 Jun 04
11
Share Hiera configuration between 2 nodes?
Hi, I am trying to use Hiera in puppet 3 and I have two nodes that both need the same configuration. In this case they are two web servers which have the same apache configuration. Rather than creating two seperate hiera files for node1.yaml and node2.yaml is there a way to group these by role (e.g. webserver.yaml)? I want to avoid duplicating the configuration if possible and keep the data
2012 Apr 09
7
validate_re validation failures
I am using stdlib module''s validate_re function to validate parameters passed to a parameterized class as pasted here: http://pastebin.com/7eYAeLEa . The validation works fine however when I run this manifest locally using ''puppet apply'' command where puppet execution stops if a validation test fails. However when I use it in client-server model then I do see a
2013 Feb 08
11
Puppet dashboard stuck pending jobs
Hi Guys, I am a new puppet user and wanted some type of monitoring for puppet so deployed puppet-dashboard. It has been working very well for a few days not, but all of a sudden I start getting pending tasks and they never finish even after restarting all processes. They keep accumulating and never seem to finish even though the clients are running fine. I have the puppet-dashboard
2011 Nov 04
1
Storeconfigs and nagios and foreman
...'''. # postrun_command = # Whether to print a contextual diff when files are being replaced. The diff # is printed on stdout, so this option is meaningless unless you are running Puppet interactively. # This feature currently requires the `diff/lcs` Ruby library. # show_diff = false # Whether to use colors when logging to the console. # Valid values are `ansi` (equivalent to `true`), `html` (mostly # used during testing with TextMate), and `false`, which produces # no color. # The default value is ''ansi''. # color = ansi #...