Project

General

Profile

Actions

Bug #15022

closed

"Running scan_directory" operation do not check environments manifests folder

Added by Andre Davis about 8 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Puppet
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I'm using:
Ubuntu 14.04.4 and Foreman installed using default options and readme from Foreman website.

Steps:
1. Create additional folder for some environment and manifests folder inside.
2. Create some sample class inside site.pp, which can be validated by puppet parser. For example:

class some {
file { '/tmp/generated-file':
ensure => present,
mode => '0644',
content => "test: $(ipaddress_eth0)",
}
}

3. Enable Smart Proxy debug logs and run environment scan.

Result:

Filter logs using Search field, use for example "development/manifests" string - you will see that folder wasn't scanned. As result - environment wasn't imported.

My Smart Proxy version - 1.11.1

Actions

Also available in: Atom PDF