Skip to content

Commit 69efb76

Browse files
author
lerndevops
authored
Update manifest-examples.txt
1 parent 6ddaa36 commit 69efb76

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

puppet/manifest-examples.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
puppet manifest need to be placed on below location by default.
2+
3+
on master node
4+
5+
/etc/puppetlabs/code/environments/production/manifests
6+
7+
site.pp is default manifest name can be use.
8+
9+
=======================================================================================
10+
111
Syntax to Write puppet resources inside manifests.
212

313
resourcetype{'title':
@@ -215,4 +225,4 @@ calss setup_user {
215225
shell => '/bin/bash',
216226
}
217227

218-
}
228+
}

0 commit comments

Comments
 (0)