4.3. Installing the OpenShift Origin Puppet Module
Once Puppet has been installed on the target system, you can install the OpenShift Origin Puppet module by running the following command:
puppet module install openshift/openshift_origin
# puppet module install openshift/openshift_origin
Copy to clipboardCopied
To instead work from the Puppet module source, you can clone the
puppet-openshift_origin
repository onto the target system with the following:
git clone https://github.com/openshift/puppet-openshift_origin.git /etc/puppet/modules/openshift_origin
# git clone https://github.com/openshift/puppet-openshift_origin.git /etc/puppet/modules/openshift_origin
Copy to clipboardCopied