Displaying 9 results from an estimated 9 matches for "lastrunfile".
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
...oarch
puppetdb-terminus-1.1.1-1.el6.noarch
puppet-dashboard-1.2.21-1.el6.noarch
puppet-3.1.0-1.el6.noarch
Agents:
Red Hat Enterprise Linux Server release 6.3
puppet-3.1.0-1.el6.noarch
[root@somvat121892 ~]# puppet agent --test --verbose --debug
Debug: Using settings: adding file resource ''lastrunfile'':
''File[/var/lib/puppet/state/last_run_summary.yaml]{:links=>:follow,
:ensure=>:file, :backup=>false, :mode=>"644",
:path=>"/var/lib/puppet/state/last_run_summary.yaml", :loglevel=>:debug}''
Debug: Failed to load library ''ldap...
2012 Jul 11
0
Announce: Puppet 2.7.18 Available [ Security Release ]
...3.x. Instead, with this Puppet 2.7.18, IP-based authentication in
Puppet < 3.x is deprecated, and a warning will be issued when used.
2.7.18 Changelog
=============
d804782 Reject directory traversal in store report processor
fd44bf5 Tighten permissions on classfile, resourcefile, lastrunfile,
and lastrunreport.
4d7c9fd Use "inspect" when listing certificates
bd2820e Don''t allow the creation of SSL objects with invalid certnames
f341962 Validate CSR CN and provided certname before signing
38c5a4e Add specs for selector terminuses of file_{content,metad...
2012 Aug 23
1
Puppet Agent VS User
...l/public_keys/vusion-production.pem
http_compression = false
http_proxy_host = none
http_proxy_port = 3128
httplog = /var/log/puppet/http.log
ignorecache = false
ignoreimport = false
ignoreschedules = false
inventory_port = 8140
inventory_server = puppet
inventory_terminus = facter
keylength = 1024
lastrunfile = /var/lib/puppet/state/last_run_summary.yaml
lastrunreport = /var/lib/puppet/state/last_run_report.yaml
ldapattrs = all
ldapbase = ""
ldapclassattrs = puppetclass
ldapnodes = false
ldapparentattr = parentnode
ldappassword = ""
ldapport = 389
ldapserver = ldap
ldapssl = false
ld...
2013 Mar 26
0
Solved: Can't convert Puppet::Util::Log into Integer
...2.21-1.el6.noarch
>> puppet-3.1.0-1.el6.noarch
>> Agents:
>> Red Hat Enterprise Linux Server release 6.3
>> puppet-3.1.0-1.el6.noarch
>>
>> [root@somvat121892 ~]# puppet agent --test --verbose --debug
>> Debug: Using settings: adding file resource ''lastrunfile'':
>> ''File[/var/lib/puppet/state/last_run_summary.yaml]{:links=>:follow,
>> :ensure=>:file, :backup=>false, :mode=>"644",
>> :path=>"/var/lib/puppet/state/last_run_summary.yaml", :loglevel=>:debug}''
>> Debug: F...
2013 Feb 25
5
Puppet execution hangs for long periods of time
...abs/puppet/var/log]{:loglevel=>:debug, :ensure=>:directory,
:links=>:follow, :mode=>"750", :backup=>false, :path=>"C:/Documents and
Settings/All Users/Application Data/PuppetLabs/puppet/var/log"}''
Debug: Using settings: adding file resource ''lastrunfile'':
''File[C:/Documents and Settings/All Users/Application
Data/PuppetLabs/puppet/var/state/last_run_summary.yaml]{:loglevel=>:debug,
:ensure=>:file, :links=>:follow, :mode=>"644", :backup=>false,
:path=>"C:/Documents and Settings/All Users/Applic...
2013 Nov 23
2
OSX 10.9 appdmg/pkgdmg
...;':
''File[/Users/zach/.puppet/var/clientbucket]{:path=>"/Users/zach/.puppet/var/clientbucket",
:mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow,
:backup=>false}''
Debug: Using settings: adding file resource ''lastrunfile'':
''File[/Users/zach/.puppet/var/state/last_run_summary.yaml]{:path=>"/Users/zach/.puppet/var/state/last_run_summary.yaml",
:mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow,
:backup=>false}''
Debug: Using settings: ad...
2012 Oct 03
5
is_virtual selector
I too have been pushed into Puppet 3.0. Clients and PuppetMaster are now
at 3.0.0. Not sure if this is a version change or syntax error that I am
experiencing. We''ll use ''ntp'' as the example and the "build" host is a VM.
The old way:
class baseline::ntpd {
package { "ntp":
ensure => $virtual ? {
physical => present,
2013 Sep 13
27
[windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers
Hi,
i recently updated our windows 2008 r2 servers to puppet 3.3.0 .
Im getting the following error* (only on our exchange 2010 db servers)*ever since:
LevelMessageSourceFileLineTimeerrCould not retrieve local facts: undefined
method `gsub'' for nil:NilClassPuppet13.09.2013 15:12 CESTerrFailed to apply
catalog: Could not retrieve local facts: undefined method `gsub'' for
2011 Nov 04
1
Storeconfigs and nagios and foreman
.... Puppet agent can respond usefully to
# requests on the `run`, `facts`, `certificate`, and `resource`
endpoints.
# listen = false
# Where puppet agent stores the last run report summary in yaml
format.
# The default value is ''$statedir/last_run_summary.yaml''.
lastrunfile = /var/lib/puppet/state/last_run_summary.yaml
# (Deprecated for ''preferred_serialization_format'') What format to
# use to dump the catalog. Only supports ''marshal'' and ''yaml''.
Only
# matters on the client, since it asks the server...