Puppet EnvironmentsPuppet agent can't find serverpuppet enterprise ssl cert errorPuppet environment: Parameter source failed on FileWhy is puppet not finding my environment module path?Error: Could not request certificate - Puppet version Issuepuppet agent --test throwing environment errorsDisable Puppet agent runintervalNode specific settings in a puppet environmentpuppet filebucket restore from master to agentshow to change the masterport in a puppet-enterprise monolithic installation
The IT department bottlenecks progress. How should I handle this?
Offered money to buy a house, seller is asking for more to cover gap between their listing and mortgage owed
Did arcade monitors have same pixel aspect ratio as TV sets?
On a tidally locked planet, would time be quantized?
Is it better practice to read straight from sheet music rather than memorize it?
Travelling outside the UK without a passport
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
Closed-form expression for certain product
why `nmap 192.168.1.97` returns less services than `nmap 127.0.0.1`?
What does routing an IP address mean?
If infinitesimal transformations commute why dont the generators of the Lorentz group commute?
"Spoil" vs "Ruin"
How to explain what's wrong with this application of the chain rule?
Pre-mixing cryogenic fuels and using only one fuel tank
Why is it that I can sometimes guess the next note?
Approximating irrational number to rational number
Loading commands from file
Creepy dinosaur pc game identification
Removing files under particular conditions (number of files, file age)
How do I find all files that end with a dot
Start making guitar arrangements
Problem with TransformedDistribution
Should I stop contributing to retirement accounts?
Is it possible to put a rectangle as background in the author section?
Puppet Environments
Puppet agent can't find serverpuppet enterprise ssl cert errorPuppet environment: Parameter source failed on FileWhy is puppet not finding my environment module path?Error: Could not request certificate - Puppet version Issuepuppet agent --test throwing environment errorsDisable Puppet agent runintervalNode specific settings in a puppet environmentpuppet filebucket restore from master to agentshow to change the masterport in a puppet-enterprise monolithic installation
How to Change default production environment to Development in puppet enterprise version 5.5.2.
I tried soem steps but i got "Local environment: 'DEV' doesn't match server specified node environment 'production', switching agent to 'production'" error.
puppet aws-opsworks puppet-enterprise
add a comment |
How to Change default production environment to Development in puppet enterprise version 5.5.2.
I tried soem steps but i got "Local environment: 'DEV' doesn't match server specified node environment 'production', switching agent to 'production'" error.
puppet aws-opsworks puppet-enterprise
add a comment |
How to Change default production environment to Development in puppet enterprise version 5.5.2.
I tried soem steps but i got "Local environment: 'DEV' doesn't match server specified node environment 'production', switching agent to 'production'" error.
puppet aws-opsworks puppet-enterprise
How to Change default production environment to Development in puppet enterprise version 5.5.2.
I tried soem steps but i got "Local environment: 'DEV' doesn't match server specified node environment 'production', switching agent to 'production'" error.
puppet aws-opsworks puppet-enterprise
puppet aws-opsworks puppet-enterprise
asked Mar 7 at 7:34
ksaksa
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I'm uncertain where in PE's control panel you can set this, though I would expect it to be in there somewhere. If you're willing and able to modify Puppet's configuration files, however, then it's the environment
property that you want to twiddle, and for this purpose, you should set it in the [master]
section. It has different meaning in other sections, so do not set it globally. And of course, it's therefore on the master were you need to set it.
add a comment |
This is the command that I run, on the agent, to change my environment:puppet config set --section agent environment development
On Linux, you can see this change in:/etc/puppetlabs/puppet/puppet.conf
you should see something like this:...
[agent]
environment = development
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55038358%2fpuppet-environments%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm uncertain where in PE's control panel you can set this, though I would expect it to be in there somewhere. If you're willing and able to modify Puppet's configuration files, however, then it's the environment
property that you want to twiddle, and for this purpose, you should set it in the [master]
section. It has different meaning in other sections, so do not set it globally. And of course, it's therefore on the master were you need to set it.
add a comment |
I'm uncertain where in PE's control panel you can set this, though I would expect it to be in there somewhere. If you're willing and able to modify Puppet's configuration files, however, then it's the environment
property that you want to twiddle, and for this purpose, you should set it in the [master]
section. It has different meaning in other sections, so do not set it globally. And of course, it's therefore on the master were you need to set it.
add a comment |
I'm uncertain where in PE's control panel you can set this, though I would expect it to be in there somewhere. If you're willing and able to modify Puppet's configuration files, however, then it's the environment
property that you want to twiddle, and for this purpose, you should set it in the [master]
section. It has different meaning in other sections, so do not set it globally. And of course, it's therefore on the master were you need to set it.
I'm uncertain where in PE's control panel you can set this, though I would expect it to be in there somewhere. If you're willing and able to modify Puppet's configuration files, however, then it's the environment
property that you want to twiddle, and for this purpose, you should set it in the [master]
section. It has different meaning in other sections, so do not set it globally. And of course, it's therefore on the master were you need to set it.
answered Mar 7 at 14:45
John BollingerJohn Bollinger
84.2k74279
84.2k74279
add a comment |
add a comment |
This is the command that I run, on the agent, to change my environment:puppet config set --section agent environment development
On Linux, you can see this change in:/etc/puppetlabs/puppet/puppet.conf
you should see something like this:...
[agent]
environment = development
add a comment |
This is the command that I run, on the agent, to change my environment:puppet config set --section agent environment development
On Linux, you can see this change in:/etc/puppetlabs/puppet/puppet.conf
you should see something like this:...
[agent]
environment = development
add a comment |
This is the command that I run, on the agent, to change my environment:puppet config set --section agent environment development
On Linux, you can see this change in:/etc/puppetlabs/puppet/puppet.conf
you should see something like this:...
[agent]
environment = development
This is the command that I run, on the agent, to change my environment:puppet config set --section agent environment development
On Linux, you can see this change in:/etc/puppetlabs/puppet/puppet.conf
you should see something like this:...
[agent]
environment = development
answered 2 days ago
Scottie HScottie H
114
114
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55038358%2fpuppet-environments%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown