Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Do
-
None
-
None
-
None
-
Firefox
-
Monolithic
-
CentOS 6
-
PE 3.3.1 Gold
-
Coremunity
Description
Description
If a user provides an empty array for the "returns" attribute of the "exec" Puppet reference type Puppet fails to reject the value.
Attachments
- Manifest
Repro Steps
- Install PE on master.
- Verify master is operational.
- Register agent with the master.
- Add node definition for the attached manifest.
- On the agent execute the following command:
puppet agent -t
Expect
Puppet should reject the value for "returns".
Actual
Puppet completes the catalog without error.