Skip to content

Commit

Permalink
Update manifest-examples.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lerndevops authored Jul 14, 2020
1 parent 6ddaa36 commit 69efb76
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion puppet/manifest-examples.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
puppet manifest need to be placed on below location by default.

on master node

/etc/puppetlabs/code/environments/production/manifests

site.pp is default manifest name can be use.

=======================================================================================

Syntax to Write puppet resources inside manifests.

resourcetype{'title':
Expand Down Expand Up @@ -215,4 +225,4 @@ calss setup_user {
shell => '/bin/bash',
}

}
}

0 comments on commit 69efb76

Please sign in to comment.