Skip to content

Conversation

jessereynolds
Copy link
Contributor

Rebasing of #8

This required five commits to be skipped. I went through each of the skipped commits and re-did the the parts of them that made sense.

skipped commits during rebase:

Going through each of the above, the following to do list results:

  • fix in this rebase
    • spec/docker-compose.yml
      • add the following in each non-postresql and openvoxserver service, from 542c698
        depends_on:
          openvoxserver:
            condition: service_healthy
        
      • add the following to postgresql service
        healthcheck:
          test: ["CMD-SHELL", "sh -c 'pg_isready -U openvoxdb -d openvoxdb'"]
          interval: 10s
          timeout: 3s
          retries: 3
        
      • change PUPPET_COLLECTION from puppet7 to openvox7, (add openvox8)?, from b1a6157
    • bump ubuntu 22 to 24, from c1cf5d6
      • .github/workflows/apply.yaml
  • leave for another time - create issue(s)
    • add openvox 8 (and perhaps remove openvox 7) in:
      • spec/docker-compose.yml ("puppet_7_node" etc)
      • spec/fixtures/inventory/docker.yaml
      • spec/integration/apply_spec.rb (it 'applies the deferred type' do, it 'with a target with no uri it uses the name as the certname' do)
      • spec/integration/device_spec.rb
      • spec/integration/parallel_spec.rb
      • spec/lib/bolt_spec/conn.rb

@jessereynolds jessereynolds added github_actions Pull requests that update GitHub Actions code skip-changelog Excluded from CHANGELOG labels Aug 7, 2025
@jessereynolds
Copy link
Contributor Author

core@localhost:~$ podman logs puppet_7_node
Missing privilege separation directory: /run/sshd
Missing privilege separation directory: /run/sshd

core@localhost:~$ podman logs ubuntu_node
Missing privilege separation directory: /run/sshd
Missing privilege separation directory: /run/sshd

@jessereynolds
Copy link
Contributor Author

core@localhost:~$ podman logs puppet_7_node
Missing privilege separation directory: /run/sshd
Missing privilege separation directory: /run/sshd

core@localhost:~$ podman logs ubuntu_node
Missing privilege separation directory: /run/sshd
Missing privilege separation directory: /run/sshd

Think i’ve fixed this with 35acd6f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code skip-changelog Excluded from CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants