Installed puppetmaster, but why do I get "puppetca: command not found"?

5,070

Starting with puppet 3.0, the puppetca and other similar commands have been obsoleted. You may want to use puppet cert list instead.

Quoting the actual entry:

The legacy standalone executables, which were replaced by subcommands in Puppet 2.6, have been removed. Additionally, running puppet without a subcommand no longer defaults to puppet apply.

┌───────────────┬───────────────────┐
│ Pre-2.6       │ Post-2.6          │
├───────────────┼───────────────────┤
│ puppetmasterd │ puppet master     │
│ puppetd       │ puppet agent      │
│ puppet        │ puppet apply      │
│ puppetca      │ puppet cert       │
│ ralsh         │ puppet resource   │
│ puppetrun     │ puppet kick       │
│ puppetqd      │ puppet queue      │
│ filebucket    │ puppet filebucket │
│ puppetdoc     │ puppet doc        │
│ pi            │ puppet describe   │
└───────────────┴───────────────────┘
Share:
5,070

Related videos on Youtube

gertvdijk
Author by

gertvdijk

FOSS enthousiast, Developer, Debian GNU/Linux (and Ubuntu) user, DevOps with Ansible/Pupppet powers, Coding in C/C++/Python. Keywords: Linux, KVM/Libvirt, Kubernetes, Ansible, Docker, Python, a bit of C/C++/Kotlin, Debian, Ubuntu, Apache, Kopano, Postfix, MySQL, PostgreSQL, Kafka, security, KDE, SSL/TLS. Every now and then I'll write an article on those topics my blog. Other sites I'm active on: Launchpad, Tweakers.net, Twitter, LinkedIn

Updated on September 18, 2022

Comments

  • gertvdijk
    gertvdijk almost 2 years
    # puppetca --list
    -bash: puppetca: command not found
    

    I am newbie in Puppet server, but I think I have installed puppet-server correctly.

    How to get the puppetca ?

    • Admin
      Admin over 11 years
      What server OS? Which repository and version? For recent Ubuntu versions, puppetmaster-common should be pulled in as a dependency in which /usr/sbin/puppetca is located. And did you run it as sudo/root?
    • Admin
      Admin over 11 years
      Hello fair newbie - Please spend some quality time reading How To Ask and our Meta question with tips on asking good questions. While you got an answer on this one you will be better served in the future if you ask complete questions, and spend some time applying appropriate tags like your operating system :-)