Skip to content

jira::facts don't work with All-in-One Puppet 4.x agent #151

@aharden

Description

@aharden

The AIO agent moved its ruby to /opt/puppetlabs/puppet/bin/ruby. "PE" detection logic in jira::facts hasn't been adjusted for the AIO agent. As a result, on nodes with the AIO agent, jira_facts.rb exists at both /etc/facter/facts.d/ and /etc/puppetlabs/facter/facts.d, and neither has a path to ruby that works, so both report Facter errors on agent runs. I know that changing the shebang in jira_facts.rb to #!/opt/puppetlabs/puppet/bin/ruby fixes this. I will try to put in a PR with updated logic for the AIO agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions