#1183: some settings are not environment aware, e.g; manifest
----------------------------------+-----------------------------------------
Reporter: ehisey | Owner: Fujin
Type: defect | Status: assigned
Priority: normal | Milestone: unplanned
Component: library | Version: 0.24.4
Severity: normal | Resolution:
Keywords: environment settings | Stage: Needs more info
Patch: None | Complexity: Unknown
----------------------------------+-----------------------------------------
Changes (by Fujin):
* status: new => assigned
* component: executables => library
* summary: configprint option does not regonize environments => some
settings are not environment aware, e.g;
manifest
* owner: community => Fujin
* milestone: => unplanned
* keywords: environment configprint => environment settings
* stage: Unreviewed => Needs more info
Comment:
Accepted, replicated;
puppet.conf:
{{{
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
factpath=/var/lib/puppet/lib/facter
rundir=/var/run/puppet
environments=development,testing
[testing]
manifest=/etc/puppet/manifests/site-testing.pp
[development]
manifest=/etc/puppet/manifests/site-dev.pp
}}}
{{{
[EMAIL PROTECTED] (branch: master) /etc/puppet# puppetd --environment testing
-t --configprint environment
testing
[EMAIL PROTECTED] (branch: master) /etc/puppet# puppetd --environment testing
-t --configprint manifest
/etc/puppet/manifests/site.pp
(wrong)
}}}
{{{
[EMAIL PROTECTED] (branch: master) /etc/puppet# puppetd --environment
development -t --configprint environment
development
[EMAIL PROTECTED] (branch: master) /etc/puppet# puppetd --environment
development -t --configprint manifest
/etc/puppet/manifests/site.pp
(also wrong)
}}}
Expected output is /etc/puppet/manifests/site-testing.pp and site-dev.pp
respectively.
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1183#comment:1>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---