We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b2454 + 3fd6d21 commit f1e25d9Copy full SHA for f1e25d9
README.markdown
@@ -36,11 +36,11 @@ Puppet 3.5 introduced a new way of handling Puppet environments known as _Direct
36
class { 'puppet::master': }
37
38
puppet::masterenv {'dev':
39
- modulepath => '/etc/puppet/evn/dev/modules',
+ modulepath => '/etc/puppet/env/dev/modules',
40
manifest => '/etc/puppet/env/dev/site.pp',
41
}
42
puppet::masterenv {'production':
43
- modulepath => '/etc/puppet/evn/production/modules',
+ modulepath => '/etc/puppet/env/production/modules',
44
manifest => '/etc/puppet/env/production/site.pp',
45
46
0 commit comments