Last active
August 29, 2015 14:24
-
-
Save Iristyle/68657c1455f9350816e0 to your computer and use it in GitHub Desktop.
MCO sync / service startup failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initial Permissions after installation | |
PS C:\Users\Administrator> get-acl C:\ProgramData\PuppetLabs\mcollective | select * | |
PSPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs | |
PSChildName : mcollective | |
PSDrive : C | |
PSProvider : Microsoft.PowerShell.Core\FileSystem | |
CentralAccessPolicyId : | |
CentralAccessPolicyName : | |
AccessToString : NT AUTHORITY\SYSTEM Allow FullControl | |
BUILTIN\Administrators Allow FullControl | |
CREATOR OWNER Allow 268435456 | |
BUILTIN\Users Allow ReadAndExecute, Synchronize | |
BUILTIN\Users Allow Write | |
AuditToString : | |
Path : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
Owner : NT AUTHORITY\SYSTEM | |
Group : NT AUTHORITY\SYSTEM | |
Access : {System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule...} | |
Sddl : O:SYG:SYD:AI(A;OICIID;FA;;;SY)(A;OICIID;FA;;;BA)(A;OICIIOID;GA;;;CO)(A;OICIID;0x1200a9;;;BU)(A;CIID;DCLCRPCR;;;BU) | |
AccessRightType : System.Security.AccessControl.FileSystemRights | |
AccessRuleType : System.Security.AccessControl.FileSystemAccessRule | |
AuditRuleType : System.Security.AccessControl.FileSystemAuditRule | |
AreAccessRulesProtected : False | |
AreAuditRulesProtected : False | |
AreAccessRulesCanonical : True | |
AreAuditRulesCanonical : True | |
PS C:\Users\Administrator> get-acl C:\ProgramData\PuppetLabs\mcollective\etc | select * | |
PSPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc | |
PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
PSChildName : etc | |
PSDrive : C | |
PSProvider : Microsoft.PowerShell.Core\FileSystem | |
CentralAccessPolicyId : | |
CentralAccessPolicyName : | |
AccessToString : NT AUTHORITY\SYSTEM Allow FullControl | |
BUILTIN\Administrators Allow FullControl | |
CREATOR OWNER Allow 268435456 | |
BUILTIN\Users Allow ReadAndExecute, Synchronize | |
BUILTIN\Users Allow Write | |
AuditToString : | |
Path : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc | |
Owner : NT AUTHORITY\SYSTEM | |
Group : NT AUTHORITY\SYSTEM | |
Access : {System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule...} | |
Sddl : O:SYG:SYD:AI(A;OICIID;FA;;;SY)(A;OICIID;FA;;;BA)(A;OICIIOID;GA;;;CO)(A;OICIID;0x1200a9;;;BU)(A;CIID;DCLCRPCR;;;BU) | |
AccessRightType : System.Security.AccessControl.FileSystemRights | |
AccessRuleType : System.Security.AccessControl.FileSystemAccessRule | |
AuditRuleType : System.Security.AccessControl.FileSystemAuditRule | |
AreAccessRulesProtected : False | |
AreAuditRulesProtected : False | |
AreAccessRulesCanonical : True | |
AreAuditRulesCanonical : True | |
AFTER puppet cert handshake / pluginsync | |
PS C:\Users\Administrator> get-acl C:\ProgramData\PuppetLabs\mcollective | select * | |
PSPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs | |
PSChildName : mcollective | |
PSDrive : C | |
PSProvider : Microsoft.PowerShell.Core\FileSystem | |
CentralAccessPolicyId : | |
CentralAccessPolicyName : | |
AccessToString : Everyone Allow ReadAndExecute, Synchronize | |
CREATOR OWNER Allow FullControl | |
CREATOR OWNER Allow DeleteSubdirectoriesAndFiles, Write, Delete, Read, ChangePermissions, TakeOwnership, Synchronize | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, Read, Synchronize | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, ReadAndExecute, Synchronize | |
NT AUTHORITY\SYSTEM Allow DeleteSubdirectoriesAndFiles, Write, ReadAndExecute, Synchronize | |
BUILTIN\Administrators Allow FullControl | |
AuditToString : | |
Path : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
Owner : BUILTIN\Administrators | |
Group : NT AUTHORITY\SYSTEM | |
Access : {System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule...} | |
Sddl : O:BAG:SYD:PAI(A;;0x1200a9;;;WD)(A;CIIO;FA;;;CO)(A;OIIO;0x1f01df;;;CO)(A;OIIO;0x1201df;;;CG)(A;CIIO;0x1201ff;;;CG)(A;;0x1201ff;;;SY)(A;;FA;;;BA) | |
AccessRightType : System.Security.AccessControl.FileSystemRights | |
AccessRuleType : System.Security.AccessControl.FileSystemAccessRule | |
AuditRuleType : System.Security.AccessControl.FileSystemAuditRule | |
AreAccessRulesProtected : True | |
AreAuditRulesProtected : False | |
AreAccessRulesCanonical : True | |
AreAuditRulesCanonical : True | |
PS C:\Users\Administrator> get-acl C:\ProgramData\PuppetLabs\mcollective\etc | select * | |
get-acl : Attempted to perform an unauthorized operation. | |
At line:1 char:1 | |
+ get-acl C:\ProgramData\PuppetLabs\mcollective\etc | select * | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: (:) [Get-Acl], UnauthorizedAccessException | |
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.GetAclCommand | |
PS C:\Users\Administrator> get-acl C:\ProgramData\PuppetLabs\mcollective\etc\ssl | select * | |
PSPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc\ssl | |
PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc | |
PSChildName : ssl | |
PSDrive : C | |
PSProvider : Microsoft.PowerShell.Core\FileSystem | |
CentralAccessPolicyId : | |
CentralAccessPolicyName : | |
AccessToString : BUILTIN\Administrators Allow FullControl | |
CREATOR OWNER Allow FullControl | |
NT AUTHORITY\SYSTEM Allow DeleteSubdirectoriesAndFiles, Write, ReadAndExecute, Synchronize | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, ReadAndExecute, Synchronize | |
CREATOR OWNER Allow DeleteSubdirectoriesAndFiles, Write, Delete, Read, ChangePermissions, TakeOwnership, Synchronize | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, Read, Synchronize | |
AuditToString : | |
Path : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc\ssl | |
Owner : BUILTIN\Administrators | |
Group : NT AUTHORITY\SYSTEM | |
Access : {System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule...} | |
Sddl : O:BAG:SYD:AI(A;ID;FA;;;BA)(A;CIIOID;FA;;;CO)(A;ID;0x1201ff;;;SY)(A;CIIOID;0x1201ff;;;CG)(A;OIIOID;0x1f01df;;;CO)(A;OIIOID;0x1201df;;;CG) | |
AccessRightType : System.Security.AccessControl.FileSystemRights | |
AccessRuleType : System.Security.AccessControl.FileSystemAccessRule | |
AuditRuleType : System.Security.AccessControl.FileSystemAuditRule | |
AreAccessRulesProtected : False | |
AreAuditRulesProtected : False | |
AreAccessRulesCanonical : True | |
AreAuditRulesCanonical : True | |
When running Powershell as SYSTEM (thanks to psexec) | |
PS C:\Windows\system32> get-acl C:\ProgramData\PuppetLabs\mcollective\etc | select * | |
PSPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc | |
PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective | |
PSChildName : etc | |
PSDrive : C | |
PSProvider : Microsoft.PowerShell.Core\FileSystem | |
CentralAccessPolicyId : | |
CentralAccessPolicyName : | |
AccessToString : NT AUTHORITY\SYSTEM Allow FullControl | |
CREATOR OWNER Allow FullControl | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, ReadAndExecute, Synchronize | |
CREATOR OWNER Allow DeleteSubdirectoriesAndFiles, Write, Delete, Read, ChangePermissions, TakeOwnership, Synchronize | |
CREATOR GROUP Allow DeleteSubdirectoriesAndFiles, Write, Read, Synchronize | |
AuditToString : | |
Path : Microsoft.PowerShell.Core\FileSystem::C:\ProgramData\PuppetLabs\mcollective\etc | |
Owner : NT AUTHORITY\SYSTEM | |
Group : NT AUTHORITY\SYSTEM | |
Access : {System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule, System.Security.AccessControl.FileSystemAccessRule.. | |
Sddl : O:SYG:SYD:AI(A;ID;FA;;;SY)(A;CIIOID;FA;;;CO)(A;CIIOID;0x1201ff;;;CG)(A;OIIOID;0x1f01df;;;CO)(A;OIIOID;0x1201df;;;CG) | |
AccessRightType : System.Security.AccessControl.FileSystemRights | |
AccessRuleType : System.Security.AccessControl.FileSystemAccessRule | |
AuditRuleType : System.Security.AccessControl.FileSystemAuditRule | |
AreAccessRulesProtected : False | |
AreAuditRulesProtected : False | |
AreAccessRulesCanonical : True | |
AreAuditRulesCanonical : True | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tags": [ | |
"puppet_enterprise", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"mcollective", | |
"agent", | |
"settings", | |
"default", | |
"puppet_enterprise::params", | |
"params", | |
"puppet_enterprise::mcollective::server", | |
"server", | |
"puppet_enterprise::mcollective::server::plugins", | |
"plugins", | |
"puppet_enterprise::mcollective::server::logs", | |
"logs", | |
"puppet_enterprise::mcollective::server::certs", | |
"certs", | |
"puppet_enterprise::mcollective::server::facter", | |
"facter", | |
"puppet_enterprise::mcollective::service", | |
"service", | |
"node", | |
"class" | |
], | |
"name": "ix9a3f69sg4wju8.delivery.puppetlabs.net", | |
"version": 1436564109, | |
"environment": "production", | |
"resources": [ | |
{ | |
"type": "Stage", | |
"title": "main", | |
"tags": [ | |
"stage", | |
"main" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "Class", | |
"title": "Settings", | |
"tags": [ | |
"class", | |
"settings" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "Class", | |
"title": "Main", | |
"tags": [ | |
"class", | |
"main" | |
], | |
"exported": false, | |
"parameters": { | |
"name": "main" | |
} | |
}, | |
{ | |
"type": "Filebucket", | |
"title": "main", | |
"tags": [ | |
"filebucket", | |
"main", | |
"class" | |
], | |
"file": "\/etc\/puppetlabs\/code\/environments\/production\/manifests\/site.pp", | |
"line": 20, | |
"exported": false, | |
"parameters": { | |
"server": "pesg-latest.eng.puppetlabs.net", | |
"path": false | |
} | |
}, | |
{ | |
"type": "Node", | |
"title": "default", | |
"tags": [ | |
"node", | |
"default", | |
"class" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Params", | |
"tags": [ | |
"class", | |
"puppet_enterprise::params", | |
"puppet_enterprise", | |
"params", | |
"node", | |
"default" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise", | |
"tags": [ | |
"class", | |
"puppet_enterprise", | |
"node", | |
"default" | |
], | |
"exported": false, | |
"parameters": { | |
"mcollective_middleware_hosts": [ | |
"pesg-latest.eng.puppetlabs.net" | |
], | |
"database_host": "pesg-latest.eng.puppetlabs.net", | |
"puppetdb_host": "pesg-latest.eng.puppetlabs.net", | |
"database_port": "5432", | |
"database_ssl": true, | |
"puppet_master_host": "pesg-latest.eng.puppetlabs.net", | |
"certificate_authority_host": "pesg-latest.eng.puppetlabs.net", | |
"console_port": "443", | |
"puppetdb_database_name": "pe-puppetdb", | |
"puppetdb_database_user": "pe-puppetdb", | |
"puppetdb_port": "8081", | |
"console_host": "pesg-latest.eng.puppetlabs.net", | |
"certificate_authority_port": 8140, | |
"api_port": "4433", | |
"dashboard_port": 4435, | |
"dashboard_database_name": "console", | |
"dashboard_database_user": "console", | |
"classifier_database_name": "pe-classifier", | |
"classifier_database_user": "pe-classifier", | |
"classifier_url_prefix": "\/classifier-api", | |
"activity_database_name": "pe-activity", | |
"activity_database_user": "pe-activity", | |
"activity_url_prefix": "\/activity-api", | |
"rbac_database_name": "pe-rbac", | |
"rbac_database_user": "pe-rbac", | |
"rbac_url_prefix": "\/rbac-api", | |
"license_key_path": "\/etc\/puppetlabs\/license.key", | |
"mcollective_middleware_port": 61613, | |
"mcollective_middleware_user": "mcollective", | |
"mcollective_middleware_password": "cAYkUbng92v3IDIQF4HE", | |
"manage_symlinks": false | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Profile::Mcollective::Agent", | |
"tags": [ | |
"class", | |
"puppet_enterprise::profile::mcollective::agent", | |
"puppet_enterprise", | |
"profile", | |
"mcollective", | |
"agent", | |
"node", | |
"default" | |
], | |
"exported": false, | |
"parameters": { | |
"activemq_brokers": [ | |
"pesg-latest.eng.puppetlabs.net" | |
], | |
"allow_no_actionpolicy": "1", | |
"collectives": [ | |
"mcollective" | |
], | |
"main_collective": "mcollective", | |
"manage_metadata_cron": true, | |
"mco_identity": "ix9a3f69sg4wju8.delivery.puppetlabs.net", | |
"mco_registerinterval": "600", | |
"stomp_password": "cAYkUbng92v3IDIQF4HE", | |
"stomp_port": 61613, | |
"stomp_user": "mcollective" | |
} | |
}, | |
{ | |
"type": "Pe_anchor", | |
"title": "puppet_enterprise:barrier:ca", | |
"tags": [ | |
"pe_anchor", | |
"puppet_enterprise:barrier:ca", | |
"class", | |
"puppet_enterprise", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/init.pp", | |
"line": 145, | |
"exported": false | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/mcollective-public.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::profile::mcollective::agent", | |
"puppet_enterprise", | |
"profile", | |
"mcollective", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/profile\/mcollective\/agent.pp", | |
"line": 36, | |
"exported": false, | |
"parameters": { | |
"ensure": "absent", | |
"backup": "main" | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Server", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/profile\/mcollective\/agent.pp", | |
"line": 40, | |
"exported": false, | |
"parameters": { | |
"activemq_brokers": [ | |
"pesg-latest.eng.puppetlabs.net" | |
], | |
"allow_no_actionpolicy": "1", | |
"collectives": [ | |
"mcollective" | |
], | |
"main_collective": "mcollective", | |
"manage_metadata_cron": true, | |
"mco_identity": "ix9a3f69sg4wju8.delivery.puppetlabs.net", | |
"mco_registerinterval": "600", | |
"stomp_password": "cAYkUbng92v3IDIQF4HE", | |
"stomp_port": 61613, | |
"stomp_user": "mcollective", | |
"activemq_heartbeat_interval": 120, | |
"max_hbrlck_fails": 0 | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Server::Plugins", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::server::plugins", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"plugins", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::plugins", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"plugins", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/plugins.pp", | |
"line": 12, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/plugins", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::plugins", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"plugins", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/plugins.pp", | |
"line": 13, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/plugins\/mcollective", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::plugins", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"plugins", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/plugins.pp", | |
"line": 19, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"recurse": "remote", | |
"source": "puppet:\/\/\/modules\/puppet_enterprise\/mcollective\/plugins", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Server::Logs", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::server::logs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"logs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::logs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"logs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/logs.pp", | |
"line": 13, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective.log", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::logs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"logs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/logs.pp", | |
"line": 17, | |
"exported": false, | |
"parameters": { | |
"ensure": "present", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective-audit.log", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::logs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"logs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/logs.pp", | |
"line": 17, | |
"exported": false, | |
"parameters": { | |
"ensure": "present", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0664" | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Server::Certs", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 34, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 34, | |
"exported": false, | |
"parameters": { | |
"ensure": "directory", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ca.cert.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 38, | |
"exported": false, | |
"parameters": { | |
"source": "C:\\ProgramData\/PuppetLabs\/puppet\/etc\/ssl\/certs\/ca.pem", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 42, | |
"exported": false, | |
"parameters": { | |
"source": "C:\\ProgramData\/PuppetLabs\/puppet\/etc\/ssl\/certs\/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 46, | |
"exported": false, | |
"parameters": { | |
"source": "C:\\ProgramData\/PuppetLabs\/puppet\/etc\/ssl\/private_keys\/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-private.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 50, | |
"exported": false, | |
"parameters": { | |
"content": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEA82NLU0h4PqjdcSEZkCb\/2UZXPZLXfvG3FDp4z6M0VNl9L+TI\nFK9xxkKl0K6iidA0YfAWHW\/xf4VsxbDYsqNloZ1vqckrCtBji0srd48\/lOglcURw\nKROOwe6jqsNpHDYYoGWW\/oN7Be1BZs74hg0fhr7c+KW6QG7iEbVXjPW6i5zrsVnK\ng1eARe9KkaoS\/9S\/g8oB\/aDPJJw7vnfsFn9ulNL45X5upvN8YofHFdtWyJC7jeVH\niCjqaOLs5Ye1D9pu92A6KFpXTi9H5vXLNAc66XL6qs3BI\/O95RiFNlXtlBBl1N6l\nOrstiI5EqRmRgo4X+U2qRAwSzx75+k3vSJcX0M2XjLaryj6pXwZg3l91JMwDjinE\nqUZGY+OJ+9fdhFSNMZIeeXqutWwkOpNN0XfrhPuCeHhC61S2XpxCwMEvbg4A2AEw\nRsJ8xR830GPCO\/eGJR6bu47IBi+lTayof9F3x9RPArpNOREWXgQi9AmhzEPm6a4+\nSSy4IL\/8BwAWsCamR1nElNv6yf4UtnCmRZqjDFAZGkqvEYXMPZhrJtXM1QLh6MXW\nHVV2gnpLKFSHYdbpcAA6yFypda4wnrpblp34BUVVf847KcIoHDb47LsLrNbE3Uz+\nUCY2+oDq4ig62VhNCIIm2rrOZ3n+27slW2PBSfjekWBbMMXPLk9ldCUwQ0MCAwEA\nAQKCAgEAypHwFacRfYVqmUflUNdExoAHCFZ5SUzBBfMMrjS1z5Ec4onWBXFojozW\nGXPgEDfcAU+j+Gg9ZdeVCo0ALt5ULkkssPGgA2YiE8NCsEXns3XsA\/PkLiv6+2o1\nimEN0M8tfAJRxA+Giw5HCtxkeJ3fiXS90a2N8SbYvchi0A2Nb7nxaTDEnsBrIMnj\nFI2rNobJx1SQh5oaDeyCxSpmsurpDLDzO38ZdZbeBdvgVU6zUkcz8wvLl4YGY7nL\nVda3WjSBex76CK\/4TjiH7bDRqcICxF5QR2zsvZGWkWDxLqIiFMP5HU0Z1GIJqchP\nWTbQpwrA5VxAxFYQKZcsk6nd6FrpE98asw72DaczklXOhmiIFZ0RtKGmreXW6Yu3\nceBlFVCOK1UR5zaZXyX0OWhq8DhfAoCbprGyagaDiqkNvFx+hBcyQy5WKRu\/KZ7o\nfqM8GHfhD5+gf2gMvhWoKRA0fWfZS54Iwh9JNGIv5akx9prITBXnTRFwtkEHL\/Tg\nYtEc5sVp6wfMN4B0c0CfwNglFnBt9Ujbrqi8zlsLKM5IjV7fqXTirZ\/ISECNjvoX\n9oatT6wRL8eroQGQapCXBqrm2m8rOeTIA0H0RddhW0ngvVXI1zYkA0Po2vn1fGSl\nh+MYS19YyMcBegcIx2CkGrKAOcLCkeH7Q77lEVrHRrp6VIegdoECggEBAP1r+5OP\nhRkRGXuKyQrOppyoubXyU5hENmLq\/Hmswn5an3NanKXG5e7UR0vUW9W8Z54hrNqV\n6mUKPCDyyK8WM4Y\/nw2AzLuEE5Esb67xSq5+QuxXiQwwbl50eq8sOobjJ5Zcm6JG\nL5rbwEWCx6wWjwS9cyGFh+t8O00OVj9\/9g2DPVNMVdP\/Iao2JFmnxBgsu1WxYgD5\n54ZPabNQdjnMfBF\/DksCBIrX7MMppkbsYC0srZulC0s1Yi+ETwPCn7Ikj9eChAwx\nY5jGMFVlDHIeU3d9SKROX2ShqVdRsYb4wTCnwSvftOcnQHMbBWpWOqqBbIu6b\/eF\nTCH0d2Ix4u6+12MCggEBAPXdLcz28jq33nimgtuNR6coqPoSVZ73qIUYBUEKZ64s\n9UiTk6bOKH8Do\/WrOV\/+WOyioG5tj6UzjJzlSxpuAWLdJ7cgWlHgAoXqRgC2at6i\n3hwmq\/N3Ci5oWg1Glzc7RxUCoaDZbd0MVOshEhbBahqt4mEQ1wYERrZZwm34MDLV\nhdN8QfAYLOE3k57MpqxfES7j7N6ZmZYWiv32gZqne7LmK1CW4KCwxzjGGUIpY8in\nFiLJrkAlGzcaNn3sc6ssQpT3cziVWnY0uzci2MEfExJQOBkqfyzByfn4ph5jxWxd\nLggklOB9b8Qk\/hMIHzLJByWlydw2IeqUR6\/8k3JmWqECggEADRfZJaSSodrqUCG5\nhV9r6EgnYCkm\/IT5sl6lsLumSNTxzAnwcfg2xQIetOJB5GcZi2f+AEUimRnQRXuF\nttYUz2jWFOKEsWN\/h06ebpF05FMNrhxPrluKOEMYW5iTZYiy8OfT+qxZpUyZQH4j\nRtbbiMko+6Bkh1whzDdjaWB5G\/Wd44HcJVnXKW4mrqMmVIFrJGBHyfkfZycPNP6B\nPTc9acIAwQtXpLzHNMYgGyX3Sh420gXS8Y3Ohtn1IyKZEaEl9WJ+5AphNPF4adEQ\ntYyvj0rfx+1srExV7XcBDxInGRZxuoySUicLA2dv\/jB6U3jgXM\/DHSy75D03NdGS\nAffGNQKCAQAMbcbv8pfiMgNUFA7PbH\/vylVodt7PL3Pcbo9tb0o4ettXdOZk600O\nxq9WLvayjJgQNlRn4K\/\/SPDVyZ2XU3JMfiOQ1VjbhLh77pDlXlNet9sEj0vn\/d+M\n4weSXjwstZltTXnAON2d7A6q6DwS3GoxuRKVl5VXH4Y3l6gFiSNenn6qZ0CqE37J\nT9btkyjl09R5i1ohEqC5\/p++IOUCXW8aZxpPc6EdXnJjw1fpiVAbB59N2OYvJfEP\nQwr4KKjcQVuITk4L0TkGernwGpncgWakaVu8ofJV3+IG+fPj22VSig9WqArConSw\n9LHHYoS5O4JZ+9yNfksOobpSAjGt+dChAoIBAQCMxdQ3Dw3fshMNhjfdzhXzj72r\ny6swp0xQXbz7ioCb77QzonCXW3RoJLyfM7+yLv0hRe5dEagdj2x2J3o8i50R3LUM\n5LWcOiTlGXBhpxjzQZGQyjl435r8MfJ6y0aN4RKLSH5LnkaEae6H0rCYUcUo8eK9\nVim6BzWTpvp98tZkwKo2u94uUKv6ax4ltrdydm30Z3V6KQlxQL5RGpK966wRTkDv\n4UMaN\/wPnqGFUgX8hw\/+k\/OvWPkBoiEfmq6XXjKd5QLwEMHdsjvDKFAv9qW5dqB9\ndKdsNRnccFjEdWNLtvHkwG5+9dMlurqn+3aoZu+gSV57da1vekbbArz9gk1s\n-----END RSA PRIVATE KEY-----\n", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-public.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 56, | |
"exported": false, | |
"parameters": { | |
"content": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA82NLU0h4PqjdcSEZkCb\/\n2UZXPZLXfvG3FDp4z6M0VNl9L+TIFK9xxkKl0K6iidA0YfAWHW\/xf4VsxbDYsqNl\noZ1vqckrCtBji0srd48\/lOglcURwKROOwe6jqsNpHDYYoGWW\/oN7Be1BZs74hg0f\nhr7c+KW6QG7iEbVXjPW6i5zrsVnKg1eARe9KkaoS\/9S\/g8oB\/aDPJJw7vnfsFn9u\nlNL45X5upvN8YofHFdtWyJC7jeVHiCjqaOLs5Ye1D9pu92A6KFpXTi9H5vXLNAc6\n6XL6qs3BI\/O95RiFNlXtlBBl1N6lOrstiI5EqRmRgo4X+U2qRAwSzx75+k3vSJcX\n0M2XjLaryj6pXwZg3l91JMwDjinEqUZGY+OJ+9fdhFSNMZIeeXqutWwkOpNN0Xfr\nhPuCeHhC61S2XpxCwMEvbg4A2AEwRsJ8xR830GPCO\/eGJR6bu47IBi+lTayof9F3\nx9RPArpNOREWXgQi9AmhzEPm6a4+SSy4IL\/8BwAWsCamR1nElNv6yf4UtnCmRZqj\nDFAZGkqvEYXMPZhrJtXM1QLh6MXWHVV2gnpLKFSHYdbpcAA6yFypda4wnrpblp34\nBUVVf847KcIoHDb47LsLrNbE3Uz+UCY2+oDq4ig62VhNCIIm2rrOZ3n+27slW2PB\nSfjekWBbMMXPLk9ldCUwQ0MCAwEAAQ==\n-----END PUBLIC KEY-----\n", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/puppet-dashboard-public.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 62, | |
"exported": false, | |
"parameters": { | |
"content": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1UPWolO0LzZ7fMIBQFMo\nfZ2y8OrByrHbLF2jS1op87gTQq71+BP7f33K9sX4Ef6SlUJwOJM2UAqQrKZ355pY\nM1fOWlk5m2d\/uKYXv\/Gre6fu6BJyvFLqgtsh9ltSVUSlraZzCeCUWkFBTC7Uu5qM\nSFnVhK4zGFTQiPbsO9iO\/8OTbB3+CRzXuRJEXT\/JzylVeemFCcucTPS2Nf0NwL06\nXKjQpbx+Y3+LtSaQt5WRC+KNOh8zFndj\/q\/AFnsJ4VVnvWU5NHAkOwhUQwkLaaw2\nTGS\/avbqxFpg5wy49f+Sq417x9XJk+3oYDn4QUK50ddniok3P+UCx\/kjhuhBas2y\n\/t9X\/vhaZQuwXoJFosvbDsSlUxv6gEyUF\/XeHGO3\/QLQF+YOKjvtOI4hUUBP1a5k\nZVdOMHAv1EiVmGnK\/HeRqYHqfdRzntu6ZQmXifzGCSWjbMriS5zcQC9qbfFyG4uQ\nQIT3hP1ao4SFruqCZtmpYVME1pkVaEDKCiT5CYUhtTBmKTrYdQzI+0REnagG4p3p\n\/x1grKfArtIHy9oE8sDWT8ckWw6SB4vTGaAvLZbphf7rkgO5ysfzyKxEBXia15A7\nVkzZz142S30iiKqAlHcsA1S6OauFkMcDDM\/PCZ4LVJQqwlX3z+R36E0M4JpKiF0s\n2vqDiqqbogZ7VZiUVheDrGUCAwEAAQ==\n-----END PUBLIC KEY-----\n", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/peadmin-public.pem", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"certs", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/certs.pp", | |
"line": 68, | |
"exported": false, | |
"parameters": { | |
"content": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1Ah37NVXdRXrZ1ASqMNJ\nmtih7jVxoDi4KpvB2E6KoKsfZNyYqgbW4AHSzD6NnZ4wYNKbJV4efEo4AMld2NgV\nUznBwoCFXukdRjFUY7q5rAbxJbyXTz\/psyotJ9cZdHUz3xUq8VmciTK+DM0npUOO\noOY5TQpPbXM20v2jRsMFTGDBp3CQCf5Q\/twsMo\/rcW3YLtuqCE6V\/DWVCvufQfUO\ncEd0A3C4TJXI0pgtfY4LdShMXjdwfD7Hz2IIDQRv0ZV\/CBPtcvJ6Y2jzftwKiLyg\nOyMzEWmyExQ8g7kJXbq+orZwCR5Kbhew3yIUDQeOZMcEK+VW83zbBtfjlRtgUjRV\nTmw7A5P2\/q6F4TucOS52Mv3Nam4WUR21quMbbSTCkku2a961mjlG2L82a7DPEvbv\nDBYBz6vLtnClSiQy1Slt19d8Ua646Pnek8NhEvoQr1VcA7e4pB8XCo0exn8PMUl1\nvY5875bmpZquF8\/t5fGLd51hbSZ4ZriPQGZsyzCC1\/2VMgvmLuGf1J987I+eij79\nYDqjv54Ls+0ZXn6cm5uKey26n+P137XxyWjSBpNLJRcDH5OpCqE9vfvpxaEbl43\/\nLC5cgPrTrdS4yp98NBYa14CfSMGnSwu0B7lgNwaPv3HQiKTdPCv8UMzkgBoK+Kwz\nKd+ACSLWVe11CRYQay4BXBECAwEAAQ==\n-----END PUBLIC KEY-----\n", | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0660" | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Server::Facter", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server.pp", | |
"line": 40, | |
"exported": false, | |
"parameters": { | |
"manage_metadata_cron": true | |
} | |
}, | |
{ | |
"type": "Class", | |
"title": "Puppet_enterprise::Mcollective::Service", | |
"tags": [ | |
"class", | |
"puppet_enterprise::mcollective::service", | |
"puppet_enterprise", | |
"mcollective", | |
"service", | |
"puppet_enterprise::mcollective::server::facter", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"exported": false | |
}, | |
{ | |
"type": "Service", | |
"title": "mcollective", | |
"tags": [ | |
"service", | |
"mcollective", | |
"class", | |
"puppet_enterprise::mcollective::service", | |
"puppet_enterprise", | |
"puppet_enterprise::mcollective::server::facter", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/service.pp", | |
"line": 3, | |
"exported": false, | |
"parameters": { | |
"ensure": "running", | |
"enable": true, | |
"hasrestart": true | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "refresh-mcollective-metadata.bat", | |
"tags": [ | |
"file", | |
"refresh-mcollective-metadata.bat", | |
"class", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/facter.pp", | |
"line": 26, | |
"exported": false, | |
"parameters": { | |
"path": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/refresh-mcollective-metadata.bat", | |
"content": "@echo off\nSETLOCAL\n\ncall \"C:\\Program Files\\Puppet Labs\\Puppet\\bin\\environment.bat\"\n\nruby \"C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/refresh-mcollective-metadata.rb\"\n", | |
"before": [ | |
"Exec[bootstrap mcollective metadata]", | |
"Scheduled_task[pe-mcollective-metadata]" | |
], | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0775" | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "refresh-mcollective-metadata.rb", | |
"tags": [ | |
"file", | |
"refresh-mcollective-metadata.rb", | |
"class", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/facter.pp", | |
"line": 32, | |
"exported": false, | |
"parameters": { | |
"path": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/refresh-mcollective-metadata.rb", | |
"content": "#!\/opt\/puppetlabs\/puppet\/bin\/ruby\n\nrequire \"json\"\nrequire \"yaml\"\n\n puppetCmd = \"puppet\"\nfacts = %x(#{puppetCmd} facts)\nfacts_j = JSON.parse(facts)\nfacts_y = YAML.dump(facts_j[\"values\"])\n\nFile.open('C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/facts.yaml.new', 'w') do |f|\n f.puts facts_y\nend\n\nFile.rename('C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/facts.yaml.new', 'C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/facts.yaml')\n", | |
"before": [ | |
"Exec[bootstrap mcollective metadata]", | |
"Scheduled_task[pe-mcollective-metadata]" | |
], | |
"backup": "main", | |
"owner": "S-1-5-32-544", | |
"group": "S-1-5-18", | |
"mode": "0775" | |
} | |
}, | |
{ | |
"type": "Exec", | |
"title": "bootstrap mcollective metadata", | |
"tags": [ | |
"exec", | |
"class", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/facter.pp", | |
"line": 38, | |
"exported": false, | |
"parameters": { | |
"command": "\"C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/refresh-mcollective-metadata.bat\"", | |
"creates": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/facts.yaml", | |
"before": "Service[mcollective]" | |
} | |
}, | |
{ | |
"type": "Scheduled_task", | |
"title": "pe-mcollective-metadata", | |
"tags": [ | |
"scheduled_task", | |
"pe-mcollective-metadata", | |
"class", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"facter", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server\/facter.pp", | |
"line": 44, | |
"exported": false, | |
"parameters": { | |
"ensure": "present", | |
"command": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/refresh-mcollective-metadata.bat", | |
"enabled": true, | |
"trigger": { | |
"every": "1", | |
"schedule": "daily", | |
"start_time": "13:00" | |
} | |
} | |
}, | |
{ | |
"type": "File", | |
"title": "C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/server.cfg", | |
"tags": [ | |
"file", | |
"class", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise", | |
"mcollective", | |
"server", | |
"puppet_enterprise::profile::mcollective::agent", | |
"profile", | |
"agent", | |
"node", | |
"default" | |
], | |
"file": "\/opt\/puppetlabs\/puppet\/modules\/puppet_enterprise\/manifests\/mcollective\/server.pp", | |
"line": 61, | |
"exported": false, | |
"parameters": { | |
"content": "\n# Centrally managed by Puppet version 4.2.0\n# https:\/\/docs.puppetlabs.com\/mcollective\/configure\/server.html\n\n# Connector settings (required):\n# -----------------------------\nconnector = activemq\ndirect_addressing = 1\n\n# ActiveMQ connector settings:\nplugin.activemq.pool.size = 1\nplugin.activemq.pool.1.host = pesg-latest.eng.puppetlabs.net\nplugin.activemq.pool.1.port = 61613\nplugin.activemq.pool.1.user = mcollective\nplugin.activemq.pool.1.password = cAYkUbng92v3IDIQF4HE\nplugin.activemq.pool.1.ssl = true\nplugin.activemq.pool.1.ssl.ca = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ca.cert.pem\nplugin.activemq.pool.1.ssl.cert = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem\nplugin.activemq.pool.1.ssl.key = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem\nplugin.activemq.heartbeat_interval = 120\nplugin.activemq.max_hbrlck_fails = 0\n\n# Security plugin settings (required):\n# -----------------------------------\nsecurityprovider = ssl\n\n# SSL plugin settings:\nplugin.ssl_server_private = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-private.pem\nplugin.ssl_server_public = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-public.pem\nplugin.ssl_client_cert_dir = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\nplugin.ssl_serializer = yaml\n\n# Facts, identity, and classes (recommended):\n# ------------------------------------------\nfactsource = yaml\nplugin.yaml = C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/facts.yaml\n\nidentity = ix9a3f69sg4wju8.delivery.puppetlabs.net\n\nclassesfile = C:\\ProgramData\/PuppetLabs\/puppet\/var\/state\/classes.txt\n\n# Registration (recommended):\n# -----------------------\nregistration = Meta\nregisterinterval = 600\n\n# Subcollectives (optional):\n# -------------------------\nmain_collective = mcollective\ncollectives = mcollective\n\n# Auditing (optional):\n# -------------------\nplugin.rpcaudit.logfile = C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective-audit.log\nrpcaudit = 1\nrpcauditprovider = logfile\n\n# Authorization (optional):\n# ------------------------\nplugin.actionpolicy.allow_unconfigured = 1\nrpcauthorization = 1\nrpcauthprovider = action_policy\n\n# Logging:\n# -------\nlogfile = C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective.log\nloglevel = info\n\n# Platform defaults:\n# -----------------\ndaemonize = 1\nlibdir = C:\\ProgramData\/PuppetLabs\/mcollective\/plugins;C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/plugins\n\n# Puppet Agent plugin configuration:\n# ---------------------------------\nplugin.puppet.splay = true\nplugin.puppet.splaylimit = 120\nplugin.puppet.signal_daemon = 0\nplugin.puppet.command = \"C:\\Program Files\\Puppet Labs\\Puppet\/bin\/puppet.bat\" agent\nplugin.puppet.windows_service = puppet\n", | |
"mode": "0660", | |
"notify": "Service[mcollective]", | |
"backup": "main" | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Settings]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Main]" | |
}, | |
{ | |
"source": "Class[Main]", | |
"target": "Filebucket[main]" | |
}, | |
{ | |
"source": "Class[Main]", | |
"target": "Node[default]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Params]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Profile::Mcollective::Agent]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise]", | |
"target": "Pe_anchor[puppet_enterprise:barrier:ca]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Profile::Mcollective::Agent]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/mcollective-public.pem]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Server]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Server::Plugins]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Plugins]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Plugins]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/plugins]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Plugins]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/plugins\/mcollective]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Server::Logs]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Logs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Logs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective.log]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Logs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/var\/log\/mcollective-audit.log]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Server::Certs]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ca.cert.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-private.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/mcollective-public.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/puppet-dashboard-public.pem]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Certs]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/ssl\/clients\/peadmin-public.pem]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Server::Facter]" | |
}, | |
{ | |
"source": "Stage[main]", | |
"target": "Class[Puppet_enterprise::Mcollective::Service]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Service]", | |
"target": "Service[mcollective]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Facter]", | |
"target": "File[refresh-mcollective-metadata.bat]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Facter]", | |
"target": "File[refresh-mcollective-metadata.rb]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Facter]", | |
"target": "Exec[bootstrap mcollective metadata]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server::Facter]", | |
"target": "Scheduled_task[pe-mcollective-metadata]" | |
}, | |
{ | |
"source": "Class[Puppet_enterprise::Mcollective::Server]", | |
"target": "File[C:\\ProgramData\/PuppetLabs\/mcollective\/etc\/server.cfg]" | |
} | |
], | |
"classes": [ | |
"puppet_enterprise", | |
"puppet_enterprise::profile::mcollective::agent", | |
"settings", | |
"default", | |
"puppet_enterprise::params", | |
"puppet_enterprise", | |
"puppet_enterprise::profile::mcollective::agent", | |
"puppet_enterprise::mcollective::server", | |
"puppet_enterprise::mcollective::server::plugins", | |
"puppet_enterprise::mcollective::server::logs", | |
"puppet_enterprise::mcollective::server::certs", | |
"puppet_enterprise::mcollective::server::facter", | |
"puppet_enterprise::mcollective::service" | |
] | |
} |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Level,Date and Time,Source,Event ID,Task Category | |
Information,7/10/2015 2:35:48 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:48 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:35:47 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:35:47 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,Finishing transaction 47458300 | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,Applied catalog in 1.62 seconds | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:35:47 PM,Puppet,1,None,Stored state in 0.03 seconds | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Loaded state in 0.02 seconds | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Applying configuration version '1436564109' | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:46 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:42 hours""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16936." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16936, | |
uptime => ""4:42 hours"" | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.52 GiB""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2576.42." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:35:44 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.52 GiB"", | |
available_bytes => 2701574144, | |
capacity => ""37.09%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.48 GiB"", | |
used_bytes => 1592922112 | |
} | |
}." | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Finishing transaction 21456940 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Finishing transaction 22242600 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:43 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:42 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Finishing transaction 22708840 | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:36 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:35 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:34 PM,Puppet,1,None,Process created: 3476 | |
Information,7/10/2015 2:35:34 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:34 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:34 PM,Puppet,1,None,Service stopped | |
Information,7/10/2015 2:35:34 PM,Puppet,1,None,Service stopping / killing worker thread | |
Information,7/10/2015 2:35:32 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:32 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:35:31 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:35:31 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,Finishing transaction 44379640 | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,Applied catalog in 2.31 seconds | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:35:31 PM,Puppet,1,None,Stored state in 0.06 seconds | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Finishing transaction 21783920 | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:30 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Applying configuration version '1436564092' | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:35:29 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:28 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Process created: 3968 | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:27 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:41 hours""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16918." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16918, | |
uptime => ""4:41 hours"" | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.49 GiB""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2549.79." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.49 GiB"", | |
available_bytes => 2673647616, | |
capacity => ""37.74%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.51 GiB"", | |
used_bytes => 1620848640 | |
} | |
}." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:35:26 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Finishing transaction 21226820 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Finishing transaction 15684520 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:25 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Finishing transaction 22984180 | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:24 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:23 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:22 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:21 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:21 PM,Puppet,1,None,Process created: 3404 | |
Information,7/10/2015 2:35:21 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Finishing transaction 21784180 | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:19 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Applied catalog in 1.59 seconds | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Stored state in 0.03 seconds | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:35:18 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Error,7/10/2015 2:35:18 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Finishing transaction 47674560 | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:18 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Process created: 2876 | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:35:17 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Applying configuration version '1436564080' | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:16 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16907." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:41 hours""." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:15 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16907, | |
uptime => ""4:41 hours"" | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Finishing transaction 21958940 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Finishing transaction 21222800 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2554.22." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.49 GiB""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.49 GiB"", | |
available_bytes => 2678296576, | |
capacity => ""37.63%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.51 GiB"", | |
used_bytes => 1616199680 | |
} | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:35:14 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:35:13 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Finishing transaction 22465940 | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:12 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:11 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:10 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:09 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:09 PM,Puppet,1,None,Process created: 3936 | |
Information,7/10/2015 2:35:09 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Finishing transaction 22432440 | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:07 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:06 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:05 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:35:05 PM,Puppet,1,None,Process created: 1208 | |
Information,7/10/2015 2:35:05 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:35:04 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:04 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:35:03 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:35:03 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,Finishing transaction 47417860 | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,Applied catalog in 1.67 seconds | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:35:03 PM,Puppet,1,None,Stored state in 0.05 seconds | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Loaded state in 0.02 seconds | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Applying configuration version '1436564065' | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:02 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Finishing transaction 22755300 | |
Information,7/10/2015 2:35:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:35:00 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Finishing transaction 21153280 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Finishing transaction 24450540 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Process created: 2100 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.52 GiB"", | |
available_bytes => 2708074496, | |
capacity => ""36.94%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.48 GiB"", | |
used_bytes => 1586421760 | |
} | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16891." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:41 hours""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16891, | |
uptime => ""4:41 hours"" | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.52 GiB""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2582.62." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:34:59 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Loaded state in 0.02 seconds | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Finishing transaction 21916080 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:58 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:57 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:56 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:56 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:55 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:55 PM,Puppet,1,None,Process created: 2236 | |
Information,7/10/2015 2:34:55 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Finishing transaction 22382100 | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:52 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:51 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:50 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:50 PM,Puppet,1,None,Process created: 3188 | |
Information,7/10/2015 2:34:50 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Finishing transaction 46899100 | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:34:49 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:34:49 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Stored state in 0.05 seconds | |
Information,7/10/2015 2:34:49 PM,Puppet,1,None,Applied catalog in 1.66 seconds | |
Information,7/10/2015 2:34:48 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:48 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:34:48 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:34:48 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Applying configuration version '1436564051' | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:47 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:46 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:46 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:46 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:46 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:46 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Finishing transaction 22935260 | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16877." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16877, | |
uptime => ""4:41 hours"" | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:41 hours""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.50 GiB"", | |
available_bytes => 2685124608, | |
capacity => ""37.48%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.50 GiB"", | |
used_bytes => 1609371648 | |
} | |
}." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.50 GiB""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2560.73." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:45 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Finishing transaction 22041660 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Finishing transaction 21264940 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:44 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Process created: 844 | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:43 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Finishing transaction 22483380 | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:38 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:37 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Finishing transaction 47475900 | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Storing state | |
Error,7/10/2015 2:34:36 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:34:36 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Process created: 3256 | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Stored state in 0.05 seconds | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Applied catalog in 1.63 seconds | |
Information,7/10/2015 2:34:36 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Applying configuration version '1436564038' | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:35 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:34 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:41 hours""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16865." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16865, | |
uptime => ""4:41 hours"" | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.52 GiB""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2581.48." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.52 GiB"", | |
available_bytes => 2706874368, | |
capacity => ""36.97%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.48 GiB"", | |
used_bytes => 1587621888 | |
} | |
}." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:34:33 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Loaded state in 0.02 seconds | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Finishing transaction 21909080 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Finishing transaction 17063040 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Finishing transaction 22581620 | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:32 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:31 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:30 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:30 PM,Puppet,1,None,Process created: 2080 | |
Information,7/10/2015 2:34:30 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Finishing transaction 22383220 | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:26 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:25 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:24 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:24 PM,Puppet,1,None,Process created: 3156 | |
Information,7/10/2015 2:34:24 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:22 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Finishing transaction 47217500 | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:34:21 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:34:21 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Applied catalog in 1.70 seconds | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:34:21 PM,Puppet,1,None,Stored state in 0.06 seconds | |
Information,7/10/2015 2:34:20 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:34:20 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:34:20 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:20 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:34:20 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Applying configuration version '1436564023' | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:19 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:18 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:18 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:18 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Finishing transaction 17029400 | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:40 hours""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16849." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16849, | |
uptime => ""4:40 hours"" | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.51 GiB"", | |
available_bytes => 2699636736, | |
capacity => ""37.14%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.49 GiB"", | |
used_bytes => 1594859520 | |
} | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.51 GiB""." | |
Information,7/10/2015 2:34:17 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2574.57." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Finishing transaction 23672180 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Finishing transaction 21833600 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:16 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:15 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:14 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:14 PM,Puppet,1,None,Process created: 3936 | |
Information,7/10/2015 2:34:14 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Finishing transaction 22804220 | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:10 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:09 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:08 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:34:08 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:08 PM,Puppet,1,None,Process created: 592 | |
Information,7/10/2015 2:34:08 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:08 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:34:07 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:34:07 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,Finishing transaction 47650840 | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,Applied catalog in 1.70 seconds | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:34:07 PM,Puppet,1,None,Stored state in 0.08 seconds | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Applying configuration version '1436564009' | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:06 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:34:05 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:34:04 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:04 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:04 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:34:04 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:04 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Finishing transaction 21750580 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Finishing transaction 17042000 | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:40 hours""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16835, | |
uptime => ""4:40 hours"" | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16835." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.55 GiB""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2609.15." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.55 GiB"", | |
available_bytes => 2735894528, | |
capacity => ""36.29%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.45 GiB"", | |
used_bytes => 1558601728 | |
} | |
}." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:34:03 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Finishing transaction 23255800 | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:02 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:01 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:34:00 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:59 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:33:59 PM,Puppet,1,None,Process created: 3420 | |
Information,7/10/2015 2:33:59 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:33:57 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Finishing transaction 22829060 | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:56 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:55 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:54 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:33:54 PM,Puppet,1,None,Process created: 1600 | |
Information,7/10/2015 2:33:54 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:33:53 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:53 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:53 PM,Puppet,1,None,Closing connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,"Class[Puppet_enterprise::Mcollective::Service]: Resource is being skipped, unscheduling all events" | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,"Stage[main]: Resource is being skipped, unscheduling all events" | |
Error,7/10/2015 2:33:52 PM,Puppet,3,None,"Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:78:in `rescue in start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:63:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>' | |
Wrapped exception: | |
Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186. | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/execution.rb:216:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/command.rb:23:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:224:in `block in has_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider.rb:425:in `block in create_class_and_instance_method' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/provider/service/windows.rb:76:in `start' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:92:in `block (3 levels) in <module:Puppet>' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:427:in `set' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/property.rb:501:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/type/service.rb:103:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:209:in `sync' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:134:in `sync_if_needed' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/resource_harness.rb:20:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:204:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:220:in `eval_resource' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:284:in `block in thinmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:283:in `thinmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:147:in `block in evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/graph/relationship_graph.rb:118:in `traverse' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction.rb:138:in `evaluate' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:178:in `block in apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/log.rb:153:in `with_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/transaction/report.rb:107:in `as_logging_destination' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/resource/catalog.rb:177:in `apply' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:119:in `block in apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:129:in `block in benchmark' | |
C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:128:in `benchmark' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:118:in `apply_catalog' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:228:in `run_internal' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:134:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/context.rb:64:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet.rb:223:in `override' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/configurer.rb:133:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (4 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent/locker.rb:20:in `lock' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:48:in `block (3 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:98:in `with_client' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:45:in `block (2 levels) in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:65:in `run_in_fork' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:44:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `call' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:179:in `controlled_run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/agent.rb:42:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:341:in `onetime' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application/agent.rb:318:in `run_command' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `block in run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:438:in `exit_on_fail' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/application.rb:344:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:124:in `run' | |
C:/Program Files/Puppet Labs/Puppet/puppet/lib/puppet/util/command_line.rb:72:in `execute' | |
C:/Program Files/Puppet Labs/Puppet/puppet/bin/puppet:5:in `<main>'" | |
Error,7/10/2015 2:33:52 PM,Puppet,3,None,"/Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: change from stopped to running failed: Cannot start mcollective, error was: Execution of 'C:/Windows/system32/net.exe start mcollective' returned 2: The service is not responding to the control function. | |
More help is available by typing NET HELPMSG 2186." | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,Stored state in 0.05 seconds | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,Applied catalog in 1.78 seconds | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,Finishing transaction 47510100 | |
Information,7/10/2015 2:33:52 PM,Puppet,1,None,Storing state | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]/before: requires Scheduled_task[pe-mcollective-metadata] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Creating default schedules | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Loaded state in 0.03 seconds | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]/before: requires Exec[bootstrap mcollective metadata] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[C:\ProgramData/PuppetLabs/mcollective/plugins/mcollective]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/plugins] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/before: requires Service[mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]/notify: subscribes to Service[mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Exec::ProviderShell: feature posix is missing | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderBase: file kill does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderSystemd: file systemctl does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Exec::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server/File[C:\ProgramData/PuppetLabs/mcollective/etc/server.cfg]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Applying configuration version '1436563994' | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective start type is demand start | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Executing: 'C:/Windows/system32/net.exe start mcollective' | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Profile::Mcollective::Agent/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't exist | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,Service[mcollective](provider=windows): Service mcollective is stopped | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.rb]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ca.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.cert.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[C:\ProgramData/PuppetLabs/mcollective/var/log/mcollective-audit.log]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/var/log] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/puppet-dashboard-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients/peadmin-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/clients] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[refresh-mcollective-metadata.bat]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/ix9a3f69sg4wju8.delivery.puppetlabs.net.private_key.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-private.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:51 PM,Puppet,1,None,/Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl/mcollective-public.pem]: Adding autorequire relationship with File[C:\ProgramData/PuppetLabs/mcollective/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Finishing transaction 23628600 | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching catalog for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Run of Puppet configuration client already in progress; skipping (C:/ProgramData/PuppetLabs/puppet/cache/state/agent_catalog_run.lock exists) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Failed to load library 'shadow' for feature 'libshadow' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/hiera.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/lib]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:50 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:49 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,catalog supports formats: pson yaml dot binary | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Facter: fact ""system_uptime"" has resolved to { | |
days => 0, | |
hours => 4, | |
seconds => 16819, | |
uptime => ""4:40 hours"" | |
}." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Facter: fact ""uptime_hours"" has resolved to 4." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Facter: fact ""uptime_seconds"" has resolved to 16819." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Facter: fact ""uptime"" has resolved to ""4:40 hours""." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Facter: fact ""uptime_days"" has resolved to 0." | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,"Applying settings catalog for sections main, agent, ssl" | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:48 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""aio_agent_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""agent_specified_environment"" has resolved to ""production""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""aio_agent_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""common_appdata"" has resolved to ""C:\ProgramData""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_version.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_symlink_writable.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_razor_server_version.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_server_version.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\platform_tag.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\windows.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\puppet_files_dir_present.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\staging_http_get.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""is_pe"" has resolved to false." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""custom_auth_conf"" has resolved to ""false""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""puppetversion"" has resolved to ""4.2.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_build"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_minor_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_patch_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_concat_basedir"" has resolved to ""C:/ProgramData/PuppetLabs/puppet/cache/pe_concat""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_major_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_concat_basedir.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_version.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/custom_auth_conf.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/aio_agent_build.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_build.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_server_version.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_version.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_concat_basedir.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/pe_razor_server_version.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading external facts from C:/ProgramData/PuppetLabs/puppet/cache/facts.d | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Finishing transaction 22303800 | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading all custom facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: searching for custom facts in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\custom_auth_conf.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\pe_build.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_build.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: loading custom facts from C:/ProgramData\PuppetLabs\puppet\cache\lib\facter\aio_agent_version.rb. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/puppet_files_dir_present.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/staging_http_get.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_symlink_writable.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/platform_tag.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Loading facts from C:/ProgramData/PuppetLabs/puppet/cache/lib/facter/windows.rb | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\puppet\cache\facts.d"" for external facts." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""hardwareisa"" has resolved to ""x64""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""processorcount"" has resolved to 2." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Process created: 3368 | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Service worker thread waiting for 1 seconds | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""physicalprocessorcount"" has resolved to 2." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""processors"" has resolved to { | |
count => 2, | |
isa => ""x64"", | |
models => [ | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"", | |
""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"" | |
], | |
physicalcount => 2 | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving uptime facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""processor0"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""processor1"" has resolved to ""Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving desktop management interface facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""productname"" has resolved to ""VMware Virtual Platform""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving timezone facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""timezone"" has resolved to ""Pacific Daylight Time""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""serialnumber"" has resolved to ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving processor facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Executing agent with arguments: --trace --debug --verbose | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""manufacturer"" has resolved to ""Phoenix Technologies LTD""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""dmi"" has resolved to { | |
manufacturer => ""Phoenix Technologies LTD"", | |
product => { | |
name => ""VMware Virtual Platform"", | |
serial_number => ""VMware-42 0f 66 53 0c 5a 1f 88-9f 5c d3 b9 76 74 ac 74"" | |
} | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving path facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""path"" has resolved to ""C:\Program Files\Puppet Labs\Puppet\puppet\bin;C:\Program Files\Puppet Labs\Puppet\facter\bin;C:\Program Files\Puppet Labs\Puppet\hiera\bin;C:\Program Files\Puppet Labs\Puppet\mcollective\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\Puppet Labs\Puppet\sys\ruby\bin;C:\Program Files\Puppet Labs\Puppet\sys\tools\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\pstools;C:\Program Files\Puppet Labs\Puppet\bin""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""rubyversion"" has resolved to ""2.1.6""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""ruby"" has resolved to { | |
platform => ""x64-mingw32"", | |
sitedir => ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0"", | |
version => ""2.1.6"" | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving EC2 facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""virtual"" has resolved to ""vmware""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: EC2 facts are unavailable: not running under an EC2 instance. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving virtualization facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""is_virtual"" has resolved to true." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""platform_symlink_writable"" has resolved to false." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""platform_tag"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_razor_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""pe_server_version"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""puppet_files_dir_present"" has resolved to false." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""rubyplatform"" has resolved to ""x64-mingw32""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""rubysitedir"" has resolved to ""C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""staging_http_get"" resolved to null and will not be added." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving ruby facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""memorysize"" has resolved to ""4.00 GiB""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""memorysize_mb"" has resolved to 4095.55." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""memoryfree"" has resolved to ""2.49 GiB""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""memoryfree_mb"" has resolved to 2554.08." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""memory"" has resolved to { | |
system => { | |
available => ""2.49 GiB"", | |
available_bytes => 2678145024, | |
capacity => ""37.64%"", | |
total => ""4.00 GiB"", | |
total_bytes => 4294496256, | |
used => ""1.51 GiB"", | |
used_bytes => 1616351232 | |
} | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving augeas facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: executing command: augtool --version | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving GCE facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: not running under a GCE instance. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: augtool was not found on the PATH. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""identity"" has resolved to { | |
user => ""WORKGROUP\IX9A3F69SG4WJU8$"" | |
}." | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving memory facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,Facter: resolving id facts. | |
Information,7/10/2015 2:33:47 PM,Puppet,1,None,"Facter: fact ""id"" has resolved to ""WORKGROUP\IX9A3F69SG4WJU8$""." | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Retrieving pluginfacts | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Caching connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Finishing transaction 23024180 | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Retrieving plugin | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Using cached connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:33:46 PM,Puppet,1,None,file_metadata supports formats: pson yaml binary | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Failed to load library 'msgpack' for feature 'msgpack' | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Service worker thread woken up | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Loaded state in 0.02 seconds | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Creating new connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Using cached certificate_revocation_list for ca | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Starting connection for https://pesg-latest:8140 | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Puppet::Network::Format[msgpack]: feature msgpack is missing | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,node supports formats: pson yaml binary | |
Information,7/10/2015 2:33:45 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""mtu_Ethernet"" has resolved to 1500." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""interfaces"" has resolved to ""Ethernet""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""macaddress_Ethernet"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""macaddress"" has resolved to ""00:50:56:8F:6A:AE""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: searching for custom fact ""domain""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""dhcp_servers"" has resolved to { | |
Ethernet => ""10.32.44.10"", | |
system => ""10.32.44.10"" | |
}." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""networking"" has resolved to { | |
dhcp => ""10.32.44.10"", | |
domain => ""delivery.puppetlabs.net"", | |
fqdn => ""ix9a3f69sg4wju8.delivery.puppetlabs.net"", | |
hostname => ""ix9a3f69sg4wju8"", | |
interfaces => { | |
Ethernet => { | |
dhcp => ""10.32.44.10"", | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
} | |
}, | |
ip => ""10.32.118.74"", | |
ip6 => ""fe80::7038:b28:a8b8:c7e7%12"", | |
mac => ""00:50:56:8F:6A:AE"", | |
mtu => 1500, | |
netmask => ""255.255.240.0"", | |
netmask6 => ""ffff:ffff:ffff:ffff::"", | |
network => ""10.32.112.0"", | |
network6 => ""fe80::%12"" | |
}." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""network6"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""netmask"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""netmask6_Ethernet"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""netmask_Ethernet"" has resolved to ""255.255.240.0""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""network"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""network6_Ethernet"" has resolved to ""fe80::%12""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""netmask6"" has resolved to ""ffff:ffff:ffff:ffff::""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""network_Ethernet"" has resolved to ""10.32.112.0""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'clientbucketdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/clientbucket"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'classfile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'resourcefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'pluginfactdest': 'File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/facts.d"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Puppet::Type::File::ProviderPosix: feature posix is missing | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'lastrunreport': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'graphdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/graphs"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'client_datadir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_data"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostprivkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""640"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostpubkey': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for domain.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostcert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'statefile': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml"", :mode=>""660"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'clientyamldir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/client_yaml"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'localcacert': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'hostcrl': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem"", :mode=>""644"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""ipaddress6_Ethernet"" has resolved to ""fe80::7038:b28:a8b8:c7e7%12""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'preview_outputdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/preview]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/preview"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'certdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'libdir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/lib]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/lib"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'hiera_config': 'File[C:/ProgramData/PuppetLabs/code/hiera.yaml]{:path=>""C:/ProgramData/PuppetLabs/code/hiera.yaml"", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'requestdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'privatekeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'ssldir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl"", :mode=>""771"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'publickeydir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'rundir': 'File[C:/ProgramData/PuppetLabs/puppet/var/run]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/run"", :mode=>""755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Failed to load library 'selinux' for feature 'selinux' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'confdir': 'File[C:/ProgramData/PuppetLabs/puppet/etc]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'logdir': 'File[C:/ProgramData/PuppetLabs/puppet/var/log]{:path=>""C:/ProgramData/PuppetLabs/puppet/var/log"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'statedir': 'File[C:/ProgramData/PuppetLabs/puppet/cache/state]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache/state"", :mode=>""1755"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'codedir': 'File[C:/ProgramData/PuppetLabs/code]{:path=>""C:/ProgramData/PuppetLabs/code"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'vardir': 'File[C:/ProgramData/PuppetLabs/puppet/cache]{:path=>""C:/ProgramData/PuppetLabs/puppet/cache"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: initializing Winsock | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""hostname"" has resolved to ""ix9a3f69sg4wju8""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""env_windows_installdir"" has resolved to ""C:\Program Files\Puppet Labs\Puppet""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: resolving networking facts. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""ipaddress_Ethernet"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""ipaddress"" has resolved to ""10.32.118.74""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""domain"" has resolved to ""delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""fqdn"" has resolved to ""ix9a3f69sg4wju8.delivery.puppetlabs.net""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: setting fact ""env_windows_installdir"" based on the value of environment variable ""FACTER_env_windows_installdir""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for hostname.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Using settings: adding file resource 'privatedir': 'File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]{:path=>""C:/ProgramData/PuppetLabs/puppet/etc/ssl/private"", :mode=>""750"", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: searching for custom fact ""hostname""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: searching ""C:/ProgramData\PuppetLabs\facter\facts.d"" for external facts." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: no external facts were found. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""facterversion"" has resolved to ""3.0.1""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: initializing WMI | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/graphs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_summary.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/last_run_report.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/code/environments/production]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/code] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Finishing transaction 23991700 | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/clientbucket]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/crl.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/state.yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ca.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/classes.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/state/resources.txt]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache/state] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_yaml]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/client_data]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Runtime environment: puppet_version=4.2.0, ruby_version=2.1.6, run_mode=agent, default_encoding=IBM437" | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Using cached certificate for ca | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Using cached certificate for ix9a3f69sg4wju8.delivery.puppetlabs.net | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Evicting cache entry for environment 'production' | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Caching environment 'production' (ttl = 0 sec) | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""hardwaremodel"" has resolved to ""x86_64""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""osfamily"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""operatingsystemmajrelease"" has resolved to ""2012 R2""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""system32"" has resolved to ""C:\Windows\system32""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""os"" has resolved to { | |
architecture => ""x64"", | |
family => ""windows"", | |
hardware => ""x86_64"", | |
name => ""windows"", | |
release => { | |
full => ""2012 R2"", | |
major => ""2012 R2"" | |
}, | |
windows => { | |
system32 => ""C:\Windows\system32"" | |
} | |
}." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""architecture"" has resolved to ""x64""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""operatingsystem"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""kernelversion"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: resolving operating system facts. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: searching for custom fact ""operatingsystem""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: searching for operatingsystem.rb in C:/ProgramData\PuppetLabs\puppet\cache\lib\facter. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""kernelrelease"" has resolved to ""6.3.9600""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""kernelmajversion"" has resolved to ""6.3""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,Facter: resolving kernel facts. | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,"Facter: fact ""kernel"" has resolved to ""windows""." | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/public_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/cache/preview]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/cache] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs/ix9a3f69sg4wju8.delivery.puppetlabs.net.pem]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certs] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/certificate_requests]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/etc/ssl] | |
Information,7/10/2015 2:33:44 PM,Puppet,1,None,/File[C:/ProgramData/PuppetLabs/puppet/etc/ssl/private_keys]: Adding autorequire relationship with File[C:/ProgramData/PuppetLabs/puppet/et |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment