Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Cannot Reproduce
-
puppet-agent 1.3.0
-
None
-
None
-
Platform OS
-
2
-
Client 2015-12-02, RE 2015-11-11, RE 2015-11-18, Client 2015-12-16
Description
On AIX 5.3, with puppet-agent 1.3.0 pre-release build 1.2.7.413.g4ec6503-1, we're seeing an Augeas-related failure in PE Integration CI.
The failing test appears to be https://github.com/puppetlabs/pe_acceptance_tests/blob/2015.3.x/acceptance/tests/augeas/puppet.rb.
I'm able to reproduce the failure with the following:
[0] [AIX] root@pe-aix-53-acceptance:~ # cat /tmp/foo.pp
|
augeas { 'puppet agent noop mode':
|
context => "/files/etc/puppetlabs/puppet/puppet.conf/agent",
|
changes => 'set noop true',
|
}
|
# puppet apply /tmp/foo.pp
|
Notice: Compiled catalog for pe-aix-53-acceptance.delivery.puppetlabs.net in environment production in 0.11 seconds
|
Assertion failed: __EX, file pathx.c, line 986
|
IOT/Abort trap (core dumped)
|