hi all, Im setting up Code Manager to manage my modules from a dev box via GitHub repo.
my dev box is same OS as my puppet master, centos7, and I have PE agent on it.
Im following the docs, and trying to install puppet-code binariy using this doc
https://docs.puppet.com/pe/latest/install_pe_client_tools.html#installing-pe-client-tools
I unzipped the PE tar package and installed the pe-client RPM,
[root@centos7node bin]# rpm -qa | grep pe-client
pe-client-tools-1.0.2-1.el7.x86_64
the docs say that this RPM should include this "puppet-code" binary, but I dont see it anywhere.
*The package includes clients for the following services:
Puppet orchestrator: Tools that provide the interface to the Application Orchestration service. These tools include puppet-job and puppet-app.
Puppet Access: A client used to authenticate yourself to the PE RBAC token-based authentication service so that you can use other capabilities and APIs.
Razor: The client for Razor, the provisioning application for deploying bare metal systems.
Code Manager: A tool that provides the interface for the Code Manager and file sync services. This tool includes **puppet-code.***
Also in the console, I cant find the Puppet_Enterprise::Profile::Controller class, it doesnt exist.
*Select the PE Controller group, and add the puppet_enterprise::profile::controller class.
PE uses the **puppet_enterprise::profile::controller** class to manage client tools global configuration files.*
Im running PE 2015.3.3
↧