Skip to content

Commit f1e25d9

Browse files
Merge pull request #50 from aussielunix/readmespelling
fix typo in README: s/evn/env/
2 parents c4b2454 + 3fd6d21 commit f1e25d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Puppet 3.5 introduced a new way of handling Puppet environments known as _Direct
3636
class { 'puppet::master': }
3737

3838
puppet::masterenv {'dev':
39-
modulepath => '/etc/puppet/evn/dev/modules',
39+
modulepath => '/etc/puppet/env/dev/modules',
4040
manifest => '/etc/puppet/env/dev/site.pp',
4141
}
4242
puppet::masterenv {'production':
43-
modulepath => '/etc/puppet/evn/production/modules',
43+
modulepath => '/etc/puppet/env/production/modules',
4444
manifest => '/etc/puppet/env/production/site.pp',
4545
}
4646

0 commit comments

Comments
 (0)