Project

General

Profile

Actions

Support #862

closed

foreman deployment module doesn't work with puppet enterprise

Added by Corey Osman about 13 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:

Description

Many of the assumptions that worked just fine before will not work when puppet enterprise is installed. This is due to the fact that ruby is now installed
under /opt/puppet/lib.

I will try and go through this and make some corrections but it may need to but forked into a PE module.

:::::::::::::
reports.pp
::::::::::::::
# please follow the instructions at: http://theforeman.org/wiki/foreman/Puppet_Reports

class foreman::reports {
  # directory where your puppet is installed
  $puppet_basedir = $operatingsystem ? {
    default => "/usr/lib/ruby/1.8/puppet",
    "CentOs" => "/usr/lib/ruby/site_ruby/1.8/puppet",
    "RedHat" => "/usr/lib/ruby/site_ruby/1.8/puppet",
  }
Actions #1

Updated by Ohad Levy about 13 years ago

  • Tracker changed from Bug to Support
  • Project changed from Foreman to Installer
Actions #2

Updated by Ohad Levy over 12 years ago

recent modifications now allow the user to define the paths for in the params file.

Actions #3

Updated by Ohad Levy almost 12 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF