Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory /etc/puppetlabs/pe-plan-runner/conf.d has incorrect mode 0644 #37

Closed
kenyon opened this issue May 9, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@kenyon
Copy link

kenyon commented May 9, 2024

Describe the Bug

/etc/puppetlabs/pe-plan-runner/conf.d has incorrect mode 0644. Directories should be mode 0755. This prevents pe-plan-runner.service from starting because it can't access /etc/puppetlabs/pe-plan-runner/conf.d/pe-plan-runner.conf.

$ stat /etc/puppetlabs/pe-plan-runner/conf.d
  File: /etc/puppetlabs/pe-plan-runner/conf.d
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: fd00h/64768d    Inode: 131253      Links: 2
Access: (0644/drw-r--r--)  Uid: (  998/pe-bolt-server)   Gid: (  981/pe-bolt-server)
Access: 2024-05-09 12:24:46.933239635 -0700
Modify: 2024-05-09 12:24:46.605238549 -0700
Change: 2024-05-09 12:24:46.673238774 -0700
 Birth: 2023-11-09 17:31:55.141889928 -0800

Expected Behavior

pe-plan-runner.service starts.

Steps to Reproduce

Install PE 2023.6.0 or 2023.7.0 on Ubuntu 22.04.

Environment

  • Version: PE 2023.6.0 and PE 2023.7.0
  • Platform: Ubuntu 22.04
@kenyon kenyon added the bug Something isn't working label May 9, 2024
@kenyon kenyon changed the title /etc/puppetlabs/pe-plan-runner/conf.d has incorrect mode 0644 Directory /etc/puppetlabs/pe-plan-runner/conf.d has incorrect mode 0644 May 9, 2024
@kenyon
Copy link
Author

kenyon commented May 9, 2024

Nevermind, this directory's mode is correctly set to 0755 by puppet after setting puppet_enterprise::profile::orchestrator::plan_runner_active to true per the release notes: https://www.puppet.com/docs/pe/2023.7/release_notes_pe#release_notes_pe_x-6-enhancements-pe-x-6

This was not set to true on my 2023.6.0 installation, so I'm not sure why pe-plan-runner.service was enabled.

@kenyon kenyon closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant