Project

General

Profile

Actions

Bug #565

closed

"rake puppet:import:puppet_classes" not detecting changes properly

Added by Marcello de Sousa over 13 years ago. Updated about 13 years ago.

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

Description

Example how to reproduce it:

PuppetEnvironment:

[production]
modulepath=/etc/puppet/environments/production/modules

Copy a module (mysql for ex.) from another environment (master) to the "production" env:

cd /etc/puppet/environments/production/modules

cp -a /etc/puppet/environments/master/modules/mysql ./mysql

Try running the rake task:

rake puppet:import:puppet_classes RAILS_ENV=production

(in /usr/share/foreman)
Evaluating possible changes to your installation
No changes detected

And in foreman we don't get the module available in the production environment .
The web interface also doesn't see the change
( https://foreman.test.bluedome.local/puppetclasses/import_environments )


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #756: Foreman doesn't see puppet environment's modulepath changes until restartClosedMarcello de Sousa03/17/2011Actions
Actions

Also available in: Atom PDF