Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-6213

Puppet Accepts Strings for the "returns" Attribute of the "exec" Type

    XMLWordPrintable

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 a string for the "returns" attribute of the "exec" Puppet reference type Puppet fails to reject the value.

      Error: /usr/bin/test 0 returned 0 instead of one of [cats]                                                                  
      Error: /Stage[main]/Main/Node[default]/Exec[/usr/bin/test 0]/returns: change from notrun to cats failed: /usr/bin/test 0 returned 0 instead of
      one of [cats] 

      Attachments

      • Manifest

      Repro Steps

      1. Install PE on master.
      2. Verify master is operational.
      3. Register agent with the master.
      4. Add node definition for the attached manifest.
      5. On the agent execute the following command:

        puppet agent -t

      Expect

      Puppet should reject the value for "returns".

      Actual

      Puppet attempts to compare the exit code with the string:

      Error: /usr/bin/test 0 returned 0 instead of one of [cats]                                                                  
      Error: /Stage[main]/Main/Node[default]/Exec[/usr/bin/test 0]/returns: change from notrun to cats failed: /usr/bin/test 0 returned 0 instead of
      one of [cats] 

      Attachments

        Activity

          People

            Unassigned Unassigned
            ryan.gard Ryan Gard
            Ryan Gard Ryan Gard
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support