puppet 3.5.0.rc1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

Files changed (2193) hide show
  1. data/COMMITTERS.md +244 -0
  2. data/CONTRIBUTING.md +87 -0
  3. data/Gemfile +88 -0
  4. data/LICENSE +17 -0
  5. data/README.md +75 -0
  6. data/Rakefile +68 -0
  7. data/bin/extlookup2hiera +56 -0
  8. data/bin/puppet +4 -0
  9. data/conf/auth.conf +120 -0
  10. data/conf/fileserver.conf +41 -0
  11. data/conf/tagmail.conf +16 -0
  12. data/examples/hiera/README.md +91 -0
  13. data/examples/hiera/etc/hiera.yaml +15 -0
  14. data/examples/hiera/etc/hieradb/common.yaml +3 -0
  15. data/examples/hiera/etc/hieradb/dc1.yaml +6 -0
  16. data/examples/hiera/etc/hieradb/development.yaml +2 -0
  17. data/examples/hiera/etc/puppet.conf +3 -0
  18. data/examples/hiera/modules/data/manifests/common.pp +4 -0
  19. data/examples/hiera/modules/ntp/manifests/config.pp +6 -0
  20. data/examples/hiera/modules/ntp/manifests/data.pp +4 -0
  21. data/examples/hiera/modules/ntp/templates/ntp.conf.erb +3 -0
  22. data/examples/hiera/modules/users/manifests/common.pp +4 -0
  23. data/examples/hiera/modules/users/manifests/dc1.pp +4 -0
  24. data/examples/hiera/modules/users/manifests/development.pp +4 -0
  25. data/examples/hiera/site.pp +3 -0
  26. data/ext/autotest/Rakefile +8 -0
  27. data/ext/autotest/config +43 -0
  28. data/ext/autotest/readme.rst +16 -0
  29. data/ext/build_defaults.yaml +23 -0
  30. data/ext/cert_inspector +140 -0
  31. data/ext/dbfix.sql +132 -0
  32. data/ext/debian/README.Debian +8 -0
  33. data/ext/debian/README.source +2 -0
  34. data/ext/debian/TODO.Debian +1 -0
  35. data/ext/debian/changelog.erb +1122 -0
  36. data/ext/debian/compat +1 -0
  37. data/ext/debian/control +143 -0
  38. data/ext/debian/copyright +361 -0
  39. data/ext/debian/docs +1 -0
  40. data/ext/debian/fileserver.conf +41 -0
  41. data/ext/debian/puppet-common.dirs +8 -0
  42. data/ext/debian/puppet-common.install +4 -0
  43. data/ext/debian/puppet-common.lintian-overrides +5 -0
  44. data/ext/debian/puppet-common.manpages +35 -0
  45. data/ext/debian/puppet-common.postinst +35 -0
  46. data/ext/debian/puppet-common.postrm +32 -0
  47. data/ext/debian/puppet-el.dirs +1 -0
  48. data/ext/debian/puppet-el.emacsen-install +25 -0
  49. data/ext/debian/puppet-el.emacsen-remove +11 -0
  50. data/ext/debian/puppet-el.emacsen-startup +9 -0
  51. data/ext/debian/puppet-el.install +1 -0
  52. data/ext/debian/puppet-testsuite.install +2 -0
  53. data/ext/debian/puppet-testsuite.lintian-overrides +4 -0
  54. data/ext/debian/puppet.conf +14 -0
  55. data/ext/debian/puppet.default +9 -0
  56. data/ext/debian/puppet.init +117 -0
  57. data/ext/debian/puppet.lintian-overrides +3 -0
  58. data/ext/debian/puppet.logrotate +12 -0
  59. data/ext/debian/puppet.postinst +20 -0
  60. data/ext/debian/puppet.postrm +20 -0
  61. data/ext/debian/puppet.preinst +20 -0
  62. data/ext/debian/puppetmaster-common.install +2 -0
  63. data/ext/debian/puppetmaster-common.manpages +2 -0
  64. data/ext/debian/puppetmaster-common.puppetqd.default +27 -0
  65. data/ext/debian/puppetmaster-common.puppetqd.init +84 -0
  66. data/ext/debian/puppetmaster-passenger.dirs +4 -0
  67. data/ext/debian/puppetmaster-passenger.postinst +66 -0
  68. data/ext/debian/puppetmaster-passenger.postrm +33 -0
  69. data/ext/debian/puppetmaster.README.debian +15 -0
  70. data/ext/debian/puppetmaster.default +14 -0
  71. data/ext/debian/puppetmaster.init +137 -0
  72. data/ext/debian/puppetmaster.lintian-overrides +3 -0
  73. data/ext/debian/puppetmaster.postinst +20 -0
  74. data/ext/debian/puppetmaster.postrm +5 -0
  75. data/ext/debian/puppetmaster.preinst +22 -0
  76. data/ext/debian/rules +125 -0
  77. data/ext/debian/source/format +1 -0
  78. data/ext/debian/source/options +1 -0
  79. data/ext/debian/vim-puppet.README.Debian +13 -0
  80. data/ext/debian/vim-puppet.dirs +3 -0
  81. data/ext/debian/vim-puppet.yaml +5 -0
  82. data/ext/debian/watch +2 -0
  83. data/ext/emacs/puppet-mode-init.el +6 -0
  84. data/ext/emacs/puppet-mode.el +415 -0
  85. data/ext/envpuppet +139 -0
  86. data/ext/envpuppet.bat +14 -0
  87. data/ext/freebsd/puppetd +26 -0
  88. data/ext/freebsd/puppetmasterd +26 -0
  89. data/ext/gentoo/conf.d/puppet +5 -0
  90. data/ext/gentoo/conf.d/puppetmaster +12 -0
  91. data/ext/gentoo/init.d/puppet +38 -0
  92. data/ext/gentoo/init.d/puppetmaster +51 -0
  93. data/ext/gentoo/puppet/fileserver.conf +41 -0
  94. data/ext/gentoo/puppet/puppet.conf +25 -0
  95. data/ext/ips/puppet-agent +44 -0
  96. data/ext/ips/puppet-master +44 -0
  97. data/ext/ips/puppet.conf +29 -0
  98. data/ext/ips/puppet.p5m.erb +12 -0
  99. data/ext/ips/puppetagent.xml +42 -0
  100. data/ext/ips/puppetmaster.xml +42 -0
  101. data/ext/ips/rules +19 -0
  102. data/ext/ips/transforms +34 -0
  103. data/ext/ldap/puppet.schema +24 -0
  104. data/ext/logcheck/puppet +23 -0
  105. data/ext/nagios/check_puppet.rb +123 -0
  106. data/ext/nagios/naggen +309 -0
  107. data/ext/osx/file_mapping.yaml +33 -0
  108. data/ext/osx/postflight.erb +109 -0
  109. data/ext/osx/preflight.erb +52 -0
  110. data/ext/osx/prototype.plist.erb +38 -0
  111. data/ext/project_data.yaml +46 -0
  112. data/ext/puppet-load.rb +393 -0
  113. data/ext/puppet-nm-dispatcher +13 -0
  114. data/ext/puppet-test +566 -0
  115. data/ext/puppetlisten/puppetlisten.rb +75 -0
  116. data/ext/puppetlisten/puppetrun.rb +38 -0
  117. data/ext/pure_ruby_dsl/dsl_test.rb +7 -0
  118. data/ext/rack/config.ru +36 -0
  119. data/ext/rack/example-passenger-vhost.conf +52 -0
  120. data/ext/redhat/client.init +119 -0
  121. data/ext/redhat/client.sysconfig +11 -0
  122. data/ext/redhat/fileserver.conf +41 -0
  123. data/ext/redhat/logrotate +10 -0
  124. data/ext/redhat/puppet.conf +25 -0
  125. data/ext/redhat/puppet.spec.erb +848 -0
  126. data/ext/redhat/queue.init +105 -0
  127. data/ext/redhat/server.init +128 -0
  128. data/ext/redhat/server.sysconfig +13 -0
  129. data/ext/regexp_nodes/classes/databases +2 -0
  130. data/ext/regexp_nodes/classes/webservers +2 -0
  131. data/ext/regexp_nodes/environment/development +2 -0
  132. data/ext/regexp_nodes/parameters/service/prod +1 -0
  133. data/ext/regexp_nodes/parameters/service/qa +3 -0
  134. data/ext/regexp_nodes/parameters/service/sandbox +1 -0
  135. data/ext/regexp_nodes/regexp_nodes.rb +271 -0
  136. data/ext/solaris/pkginfo +6 -0
  137. data/ext/solaris/smf/puppetd.xml +77 -0
  138. data/ext/solaris/smf/puppetmasterd.xml +77 -0
  139. data/ext/solaris/smf/svc-puppetd +64 -0
  140. data/ext/solaris/smf/svc-puppetmasterd +60 -0
  141. data/ext/suse/client.init +144 -0
  142. data/ext/suse/puppet.spec +310 -0
  143. data/ext/suse/server.init +173 -0
  144. data/ext/systemd/puppet.service +13 -0
  145. data/ext/systemd/puppetmaster.service +13 -0
  146. data/ext/upload_facts.rb +119 -0
  147. data/ext/vim/README +3 -0
  148. data/ext/vim/ftdetect/puppet.vim +2 -0
  149. data/ext/vim/ftplugin/puppet.vim +94 -0
  150. data/ext/vim/indent/puppet.vim +76 -0
  151. data/ext/vim/syntax/puppet.vim +115 -0
  152. data/ext/windows/eventlog/Rakefile +32 -0
  153. data/ext/windows/eventlog/puppetres.dll +0 -0
  154. data/ext/windows/eventlog/puppetres.mc +18 -0
  155. data/ext/windows/service/daemon.bat +6 -0
  156. data/ext/windows/service/daemon.rb +169 -0
  157. data/ext/yaml_nodes.rb +105 -0
  158. data/install.rb +429 -0
  159. data/lib/hiera/backend/puppet_backend.rb +103 -0
  160. data/lib/hiera/scope.rb +60 -0
  161. data/lib/hiera_puppet.rb +87 -0
  162. data/lib/puppet.rb +247 -0
  163. data/lib/puppet/agent.rb +122 -0
  164. data/lib/puppet/agent/disabler.rb +53 -0
  165. data/lib/puppet/agent/locker.rb +43 -0
  166. data/lib/puppet/application.rb +485 -0
  167. data/lib/puppet/application/agent.rb +479 -0
  168. data/lib/puppet/application/apply.rb +290 -0
  169. data/lib/puppet/application/ca.rb +5 -0
  170. data/lib/puppet/application/catalog.rb +4 -0
  171. data/lib/puppet/application/cert.rb +277 -0
  172. data/lib/puppet/application/certificate.rb +15 -0
  173. data/lib/puppet/application/certificate_request.rb +7 -0
  174. data/lib/puppet/application/certificate_revocation_list.rb +7 -0
  175. data/lib/puppet/application/config.rb +4 -0
  176. data/lib/puppet/application/describe.rb +254 -0
  177. data/lib/puppet/application/device.rb +238 -0
  178. data/lib/puppet/application/doc.rb +280 -0
  179. data/lib/puppet/application/face_base.rb +250 -0
  180. data/lib/puppet/application/facts.rb +4 -0
  181. data/lib/puppet/application/file.rb +4 -0
  182. data/lib/puppet/application/filebucket.rb +184 -0
  183. data/lib/puppet/application/help.rb +4 -0
  184. data/lib/puppet/application/indirection_base.rb +4 -0
  185. data/lib/puppet/application/inspect.rb +179 -0
  186. data/lib/puppet/application/instrumentation_data.rb +7 -0
  187. data/lib/puppet/application/instrumentation_listener.rb +7 -0
  188. data/lib/puppet/application/instrumentation_probe.rb +7 -0
  189. data/lib/puppet/application/key.rb +4 -0
  190. data/lib/puppet/application/kick.rb +351 -0
  191. data/lib/puppet/application/man.rb +4 -0
  192. data/lib/puppet/application/master.rb +302 -0
  193. data/lib/puppet/application/module.rb +4 -0
  194. data/lib/puppet/application/node.rb +4 -0
  195. data/lib/puppet/application/parser.rb +5 -0
  196. data/lib/puppet/application/plugin.rb +3 -0
  197. data/lib/puppet/application/queue.rb +161 -0
  198. data/lib/puppet/application/report.rb +4 -0
  199. data/lib/puppet/application/resource.rb +229 -0
  200. data/lib/puppet/application/resource_type.rb +7 -0
  201. data/lib/puppet/application/secret_agent.rb +9 -0
  202. data/lib/puppet/application/status.rb +4 -0
  203. data/lib/puppet/bindings.rb +147 -0
  204. data/lib/puppet/coercion.rb +40 -0
  205. data/lib/puppet/configurer.rb +268 -0
  206. data/lib/puppet/configurer/downloader.rb +70 -0
  207. data/lib/puppet/configurer/fact_handler.rb +37 -0
  208. data/lib/puppet/configurer/plugin_handler.rb +28 -0
  209. data/lib/puppet/confine.rb +80 -0
  210. data/lib/puppet/confine/any.rb +26 -0
  211. data/lib/puppet/confine/exists.rb +19 -0
  212. data/lib/puppet/confine/false.rb +19 -0
  213. data/lib/puppet/confine/feature.rb +17 -0
  214. data/lib/puppet/confine/true.rb +20 -0
  215. data/lib/puppet/confine/variable.rb +59 -0
  216. data/lib/puppet/confine_collection.rb +50 -0
  217. data/lib/puppet/confiner.rb +46 -0
  218. data/lib/puppet/context.rb +55 -0
  219. data/lib/puppet/context/trusted_information.rb +56 -0
  220. data/lib/puppet/daemon.rb +182 -0
  221. data/lib/puppet/data_binding.rb +12 -0
  222. data/lib/puppet/defaults.rb +1875 -0
  223. data/lib/puppet/dsl.rb +7 -0
  224. data/lib/puppet/dsl/resource_api.rb +120 -0
  225. data/lib/puppet/dsl/resource_type_api.rb +34 -0
  226. data/lib/puppet/environments.rb +187 -0
  227. data/lib/puppet/error.rb +62 -0
  228. data/lib/puppet/external/dot.rb +326 -0
  229. data/lib/puppet/external/nagios.rb +46 -0
  230. data/lib/puppet/external/nagios/base.rb +472 -0
  231. data/lib/puppet/external/nagios/grammar.ry +246 -0
  232. data/lib/puppet/external/nagios/makefile +9 -0
  233. data/lib/puppet/external/nagios/parser.rb +391 -0
  234. data/lib/puppet/external/pson/common.rb +385 -0
  235. data/lib/puppet/external/pson/pure.rb +15 -0
  236. data/lib/puppet/external/pson/pure/generator.rb +401 -0
  237. data/lib/puppet/external/pson/pure/parser.rb +318 -0
  238. data/lib/puppet/external/pson/version.rb +8 -0
  239. data/lib/puppet/face.rb +12 -0
  240. data/lib/puppet/face/ca.rb +247 -0
  241. data/lib/puppet/face/catalog.rb +130 -0
  242. data/lib/puppet/face/catalog/select.rb +49 -0
  243. data/lib/puppet/face/certificate.rb +160 -0
  244. data/lib/puppet/face/certificate_request.rb +53 -0
  245. data/lib/puppet/face/certificate_revocation_list.rb +58 -0
  246. data/lib/puppet/face/config.rb +106 -0
  247. data/lib/puppet/face/facts.rb +81 -0
  248. data/lib/puppet/face/file.rb +47 -0
  249. data/lib/puppet/face/file/download.rb +54 -0
  250. data/lib/puppet/face/file/store.rb +21 -0
  251. data/lib/puppet/face/help.rb +194 -0
  252. data/lib/puppet/face/help/action.erb +86 -0
  253. data/lib/puppet/face/help/face.erb +111 -0
  254. data/lib/puppet/face/help/global.erb +16 -0
  255. data/lib/puppet/face/help/man.erb +152 -0
  256. data/lib/puppet/face/instrumentation_data.rb +29 -0
  257. data/lib/puppet/face/instrumentation_listener.rb +97 -0
  258. data/lib/puppet/face/instrumentation_probe.rb +78 -0
  259. data/lib/puppet/face/key.rb +15 -0
  260. data/lib/puppet/face/man.rb +99 -0
  261. data/lib/puppet/face/module.rb +19 -0
  262. data/lib/puppet/face/module/build.rb +63 -0
  263. data/lib/puppet/face/module/changes.rb +41 -0
  264. data/lib/puppet/face/module/generate.rb +41 -0
  265. data/lib/puppet/face/module/install.rb +143 -0
  266. data/lib/puppet/face/module/list.rb +274 -0
  267. data/lib/puppet/face/module/search.rb +94 -0
  268. data/lib/puppet/face/module/uninstall.rb +71 -0
  269. data/lib/puppet/face/module/upgrade.rb +77 -0
  270. data/lib/puppet/face/node.rb +43 -0
  271. data/lib/puppet/face/node/clean.rb +159 -0
  272. data/lib/puppet/face/parser.rb +67 -0
  273. data/lib/puppet/face/plugin.rb +61 -0
  274. data/lib/puppet/face/report.rb +54 -0
  275. data/lib/puppet/face/resource.rb +53 -0
  276. data/lib/puppet/face/resource_type.rb +81 -0
  277. data/lib/puppet/face/secret_agent.rb +54 -0
  278. data/lib/puppet/face/status.rb +53 -0
  279. data/lib/puppet/feature/base.rb +88 -0
  280. data/lib/puppet/feature/eventlog.rb +5 -0
  281. data/lib/puppet/feature/external_facts.rb +5 -0
  282. data/lib/puppet/feature/libuser.rb +8 -0
  283. data/lib/puppet/feature/msgpack.rb +3 -0
  284. data/lib/puppet/feature/pson.rb +4 -0
  285. data/lib/puppet/feature/rack.rb +19 -0
  286. data/lib/puppet/feature/rails.rb +47 -0
  287. data/lib/puppet/feature/rdoc1.rb +16 -0
  288. data/lib/puppet/feature/rubygems.rb +7 -0
  289. data/lib/puppet/feature/selinux.rb +3 -0
  290. data/lib/puppet/feature/ssh.rb +3 -0
  291. data/lib/puppet/feature/stomp.rb +5 -0
  292. data/lib/puppet/feature/zlib.rb +5 -0
  293. data/lib/puppet/file_bucket.rb +4 -0
  294. data/lib/puppet/file_bucket/dipper.rb +109 -0
  295. data/lib/puppet/file_bucket/file.rb +92 -0
  296. data/lib/puppet/file_collection.rb +19 -0
  297. data/lib/puppet/file_collection/lookup.rb +10 -0
  298. data/lib/puppet/file_serving.rb +3 -0
  299. data/lib/puppet/file_serving/base.rb +95 -0
  300. data/lib/puppet/file_serving/configuration.rb +109 -0
  301. data/lib/puppet/file_serving/configuration/parser.rb +121 -0
  302. data/lib/puppet/file_serving/content.rb +45 -0
  303. data/lib/puppet/file_serving/fileset.rb +172 -0
  304. data/lib/puppet/file_serving/metadata.rb +199 -0
  305. data/lib/puppet/file_serving/mount.rb +39 -0
  306. data/lib/puppet/file_serving/mount/file.rb +121 -0
  307. data/lib/puppet/file_serving/mount/modules.rb +24 -0
  308. data/lib/puppet/file_serving/mount/pluginfacts.rb +35 -0
  309. data/lib/puppet/file_serving/mount/plugins.rb +35 -0
  310. data/lib/puppet/file_serving/terminus_helper.rb +21 -0
  311. data/lib/puppet/file_serving/terminus_selector.rb +30 -0
  312. data/lib/puppet/file_system.rb +366 -0
  313. data/lib/puppet/file_system/file18.rb +5 -0
  314. data/lib/puppet/file_system/file19.rb +5 -0
  315. data/lib/puppet/file_system/file19windows.rb +108 -0
  316. data/lib/puppet/file_system/file_impl.rb +145 -0
  317. data/lib/puppet/file_system/memory_file.rb +45 -0
  318. data/lib/puppet/file_system/memory_impl.rb +64 -0
  319. data/lib/puppet/file_system/path_pattern.rb +97 -0
  320. data/lib/puppet/file_system/tempfile.rb +20 -0
  321. data/lib/puppet/forge.rb +106 -0
  322. data/lib/puppet/forge/cache.rb +55 -0
  323. data/lib/puppet/forge/errors.rb +103 -0
  324. data/lib/puppet/forge/repository.rb +135 -0
  325. data/lib/puppet/graph.rb +11 -0
  326. data/lib/puppet/graph/key.rb +26 -0
  327. data/lib/puppet/graph/prioritizer.rb +29 -0
  328. data/lib/puppet/graph/random_prioritizer.rb +16 -0
  329. data/lib/puppet/graph/rb_tree_map.rb +388 -0
  330. data/lib/puppet/graph/relationship_graph.rb +246 -0
  331. data/lib/puppet/graph/sequential_prioritizer.rb +31 -0
  332. data/lib/puppet/graph/simple_graph.rb +566 -0
  333. data/lib/puppet/graph/title_hash_prioritizer.rb +16 -0
  334. data/lib/puppet/indirector.rb +61 -0
  335. data/lib/puppet/indirector/active_record.rb +29 -0
  336. data/lib/puppet/indirector/catalog/active_record.rb +39 -0
  337. data/lib/puppet/indirector/catalog/compiler.rb +175 -0
  338. data/lib/puppet/indirector/catalog/json.rb +6 -0
  339. data/lib/puppet/indirector/catalog/msgpack.rb +6 -0
  340. data/lib/puppet/indirector/catalog/queue.rb +9 -0
  341. data/lib/puppet/indirector/catalog/rest.rb +6 -0
  342. data/lib/puppet/indirector/catalog/static_compiler.rb +214 -0
  343. data/lib/puppet/indirector/catalog/store_configs.rb +8 -0
  344. data/lib/puppet/indirector/catalog/yaml.rb +22 -0
  345. data/lib/puppet/indirector/certificate/ca.rb +9 -0
  346. data/lib/puppet/indirector/certificate/disabled_ca.rb +22 -0
  347. data/lib/puppet/indirector/certificate/file.rb +9 -0
  348. data/lib/puppet/indirector/certificate/rest.rb +16 -0
  349. data/lib/puppet/indirector/certificate_request/ca.rb +22 -0
  350. data/lib/puppet/indirector/certificate_request/disabled_ca.rb +22 -0
  351. data/lib/puppet/indirector/certificate_request/file.rb +8 -0
  352. data/lib/puppet/indirector/certificate_request/memory.rb +6 -0
  353. data/lib/puppet/indirector/certificate_request/rest.rb +10 -0
  354. data/lib/puppet/indirector/certificate_revocation_list/ca.rb +8 -0
  355. data/lib/puppet/indirector/certificate_revocation_list/disabled_ca.rb +22 -0
  356. data/lib/puppet/indirector/certificate_revocation_list/file.rb +8 -0
  357. data/lib/puppet/indirector/certificate_revocation_list/rest.rb +10 -0
  358. data/lib/puppet/indirector/certificate_status.rb +4 -0
  359. data/lib/puppet/indirector/certificate_status/file.rb +91 -0
  360. data/lib/puppet/indirector/certificate_status/rest.rb +11 -0
  361. data/lib/puppet/indirector/code.rb +6 -0
  362. data/lib/puppet/indirector/couch.rb +78 -0
  363. data/lib/puppet/indirector/data_binding/hiera.rb +50 -0
  364. data/lib/puppet/indirector/data_binding/none.rb +5 -0
  365. data/lib/puppet/indirector/direct_file_server.rb +19 -0
  366. data/lib/puppet/indirector/envelope.rb +11 -0
  367. data/lib/puppet/indirector/errors.rb +5 -0
  368. data/lib/puppet/indirector/exec.rb +38 -0
  369. data/lib/puppet/indirector/face.rb +139 -0
  370. data/lib/puppet/indirector/facts/active_record.rb +44 -0
  371. data/lib/puppet/indirector/facts/couch.rb +34 -0
  372. data/lib/puppet/indirector/facts/facter.rb +91 -0
  373. data/lib/puppet/indirector/facts/inventory_active_record.rb +110 -0
  374. data/lib/puppet/indirector/facts/inventory_service.rb +20 -0
  375. data/lib/puppet/indirector/facts/memory.rb +9 -0
  376. data/lib/puppet/indirector/facts/network_device.rb +24 -0
  377. data/lib/puppet/indirector/facts/rest.rb +8 -0
  378. data/lib/puppet/indirector/facts/store_configs.rb +8 -0
  379. data/lib/puppet/indirector/facts/yaml.rb +82 -0
  380. data/lib/puppet/indirector/file_bucket_file/file.rb +138 -0
  381. data/lib/puppet/indirector/file_bucket_file/rest.rb +8 -0
  382. data/lib/puppet/indirector/file_bucket_file/selector.rb +53 -0
  383. data/lib/puppet/indirector/file_content.rb +5 -0
  384. data/lib/puppet/indirector/file_content/file.rb +7 -0
  385. data/lib/puppet/indirector/file_content/file_server.rb +7 -0
  386. data/lib/puppet/indirector/file_content/rest.rb +9 -0
  387. data/lib/puppet/indirector/file_content/selector.rb +30 -0
  388. data/lib/puppet/indirector/file_metadata.rb +5 -0
  389. data/lib/puppet/indirector/file_metadata/file.rb +22 -0
  390. data/lib/puppet/indirector/file_metadata/file_server.rb +7 -0
  391. data/lib/puppet/indirector/file_metadata/rest.rb +9 -0
  392. data/lib/puppet/indirector/file_metadata/selector.rb +30 -0
  393. data/lib/puppet/indirector/file_server.rb +65 -0
  394. data/lib/puppet/indirector/indirection.rb +336 -0
  395. data/lib/puppet/indirector/instrumentation_data.rb +3 -0
  396. data/lib/puppet/indirector/instrumentation_data/local.rb +22 -0
  397. data/lib/puppet/indirector/instrumentation_data/rest.rb +8 -0
  398. data/lib/puppet/indirector/instrumentation_listener.rb +3 -0
  399. data/lib/puppet/indirector/instrumentation_listener/local.rb +26 -0
  400. data/lib/puppet/indirector/instrumentation_listener/rest.rb +8 -0
  401. data/lib/puppet/indirector/instrumentation_probe.rb +3 -0
  402. data/lib/puppet/indirector/instrumentation_probe/local.rb +27 -0
  403. data/lib/puppet/indirector/instrumentation_probe/rest.rb +8 -0
  404. data/lib/puppet/indirector/json.rb +76 -0
  405. data/lib/puppet/indirector/key/ca.rb +16 -0
  406. data/lib/puppet/indirector/key/disabled_ca.rb +22 -0
  407. data/lib/puppet/indirector/key/file.rb +49 -0
  408. data/lib/puppet/indirector/key/memory.rb +6 -0
  409. data/lib/puppet/indirector/ldap.rb +79 -0
  410. data/lib/puppet/indirector/memory.rb +34 -0
  411. data/lib/puppet/indirector/msgpack.rb +82 -0
  412. data/lib/puppet/indirector/node/active_record.rb +22 -0
  413. data/lib/puppet/indirector/node/exec.rb +69 -0
  414. data/lib/puppet/indirector/node/ldap.rb +257 -0
  415. data/lib/puppet/indirector/node/memory.rb +10 -0
  416. data/lib/puppet/indirector/node/msgpack.rb +7 -0
  417. data/lib/puppet/indirector/node/plain.rb +20 -0
  418. data/lib/puppet/indirector/node/rest.rb +7 -0
  419. data/lib/puppet/indirector/node/store_configs.rb +8 -0
  420. data/lib/puppet/indirector/node/write_only_yaml.rb +32 -0
  421. data/lib/puppet/indirector/node/yaml.rb +22 -0
  422. data/lib/puppet/indirector/none.rb +9 -0
  423. data/lib/puppet/indirector/plain.rb +9 -0
  424. data/lib/puppet/indirector/queue.rb +80 -0
  425. data/lib/puppet/indirector/report/msgpack.rb +11 -0
  426. data/lib/puppet/indirector/report/processor.rb +59 -0
  427. data/lib/puppet/indirector/report/rest.rb +15 -0
  428. data/lib/puppet/indirector/report/yaml.rb +11 -0
  429. data/lib/puppet/indirector/request.rb +312 -0
  430. data/lib/puppet/indirector/resource/active_record.rb +104 -0
  431. data/lib/puppet/indirector/resource/ral.rb +64 -0
  432. data/lib/puppet/indirector/resource/rest.rb +17 -0
  433. data/lib/puppet/indirector/resource/store_configs.rb +13 -0
  434. data/lib/puppet/indirector/resource/validator.rb +8 -0
  435. data/lib/puppet/indirector/resource_type.rb +5 -0
  436. data/lib/puppet/indirector/resource_type/parser.rb +101 -0
  437. data/lib/puppet/indirector/resource_type/rest.rb +7 -0
  438. data/lib/puppet/indirector/rest.rb +246 -0
  439. data/lib/puppet/indirector/run/local.rb +15 -0
  440. data/lib/puppet/indirector/run/rest.rb +12 -0
  441. data/lib/puppet/indirector/ssl_file.rb +180 -0
  442. data/lib/puppet/indirector/status.rb +3 -0
  443. data/lib/puppet/indirector/status/local.rb +12 -0
  444. data/lib/puppet/indirector/status/rest.rb +9 -0
  445. data/lib/puppet/indirector/store_configs.rb +30 -0
  446. data/lib/puppet/indirector/terminus.rb +169 -0
  447. data/lib/puppet/indirector/yaml.rb +63 -0
  448. data/lib/puppet/interface.rb +235 -0
  449. data/lib/puppet/interface/action.rb +374 -0
  450. data/lib/puppet/interface/action_builder.rb +149 -0
  451. data/lib/puppet/interface/action_manager.rb +101 -0
  452. data/lib/puppet/interface/documentation.rb +342 -0
  453. data/lib/puppet/interface/face_collection.rb +125 -0
  454. data/lib/puppet/interface/option.rb +150 -0
  455. data/lib/puppet/interface/option_builder.rb +93 -0
  456. data/lib/puppet/interface/option_manager.rb +99 -0
  457. data/lib/puppet/metatype/manager.rb +184 -0
  458. data/lib/puppet/module.rb +338 -0
  459. data/lib/puppet/module_tool.rb +143 -0
  460. data/lib/puppet/module_tool/applications.rb +15 -0
  461. data/lib/puppet/module_tool/applications/application.rb +89 -0
  462. data/lib/puppet/module_tool/applications/builder.rb +79 -0
  463. data/lib/puppet/module_tool/applications/checksummer.rb +56 -0
  464. data/lib/puppet/module_tool/applications/generator.rb +142 -0
  465. data/lib/puppet/module_tool/applications/installer.rb +192 -0
  466. data/lib/puppet/module_tool/applications/searcher.rb +28 -0
  467. data/lib/puppet/module_tool/applications/uninstaller.rb +110 -0
  468. data/lib/puppet/module_tool/applications/unpacker.rb +60 -0
  469. data/lib/puppet/module_tool/applications/upgrader.rb +113 -0
  470. data/lib/puppet/module_tool/checksums.rb +52 -0
  471. data/lib/puppet/module_tool/contents_description.rb +84 -0
  472. data/lib/puppet/module_tool/dependency.rb +29 -0
  473. data/lib/puppet/module_tool/errors.rb +11 -0
  474. data/lib/puppet/module_tool/errors/base.rb +15 -0
  475. data/lib/puppet/module_tool/errors/installer.rb +127 -0
  476. data/lib/puppet/module_tool/errors/shared.rb +115 -0
  477. data/lib/puppet/module_tool/errors/uninstaller.rb +45 -0
  478. data/lib/puppet/module_tool/errors/upgrader.rb +72 -0
  479. data/lib/puppet/module_tool/install_directory.rb +44 -0
  480. data/lib/puppet/module_tool/metadata.rb +155 -0
  481. data/lib/puppet/module_tool/modulefile.rb +78 -0
  482. data/lib/puppet/module_tool/shared_behaviors.rb +168 -0
  483. data/lib/puppet/module_tool/skeleton.rb +37 -0
  484. data/lib/puppet/module_tool/skeleton/templates/generator/Modulefile.erb +11 -0
  485. data/lib/puppet/module_tool/skeleton/templates/generator/README.erb +16 -0
  486. data/lib/puppet/module_tool/skeleton/templates/generator/manifests/init.pp.erb +41 -0
  487. data/lib/puppet/module_tool/skeleton/templates/generator/spec/spec_helper.rb +17 -0
  488. data/lib/puppet/module_tool/skeleton/templates/generator/tests/init.pp.erb +12 -0
  489. data/lib/puppet/module_tool/tar.rb +21 -0
  490. data/lib/puppet/module_tool/tar/gnu.rb +16 -0
  491. data/lib/puppet/module_tool/tar/mini.rb +41 -0
  492. data/lib/puppet/module_tool/tar/solaris.rb +5 -0
  493. data/lib/puppet/network.rb +3 -0
  494. data/lib/puppet/network/auth_config_parser.rb +84 -0
  495. data/lib/puppet/network/authconfig.rb +76 -0
  496. data/lib/puppet/network/authentication.rb +35 -0
  497. data/lib/puppet/network/authorization.rb +34 -0
  498. data/lib/puppet/network/authstore.rb +282 -0
  499. data/lib/puppet/network/client_request.rb +29 -0
  500. data/lib/puppet/network/format.rb +110 -0
  501. data/lib/puppet/network/format_handler.rb +105 -0
  502. data/lib/puppet/network/format_support.rb +124 -0
  503. data/lib/puppet/network/formats.rb +216 -0
  504. data/lib/puppet/network/http.rb +15 -0
  505. data/lib/puppet/network/http/api.rb +2 -0
  506. data/lib/puppet/network/http/api/v1.rb +218 -0
  507. data/lib/puppet/network/http/api/v2.rb +32 -0
  508. data/lib/puppet/network/http/api/v2/authorization.rb +13 -0
  509. data/lib/puppet/network/http/api/v2/environments.rb +21 -0
  510. data/lib/puppet/network/http/compression.rb +114 -0
  511. data/lib/puppet/network/http/connection.rb +254 -0
  512. data/lib/puppet/network/http/error.rb +69 -0
  513. data/lib/puppet/network/http/handler.rb +180 -0
  514. data/lib/puppet/network/http/issues.rb +9 -0
  515. data/lib/puppet/network/http/memory_response.rb +13 -0
  516. data/lib/puppet/network/http/rack.rb +33 -0
  517. data/lib/puppet/network/http/rack/rest.rb +136 -0
  518. data/lib/puppet/network/http/request.rb +56 -0
  519. data/lib/puppet/network/http/response.rb +11 -0
  520. data/lib/puppet/network/http/route.rb +91 -0
  521. data/lib/puppet/network/http/webrick.rb +119 -0
  522. data/lib/puppet/network/http/webrick/rest.rb +95 -0
  523. data/lib/puppet/network/http_pool.rb +53 -0
  524. data/lib/puppet/network/resolver.rb +86 -0
  525. data/lib/puppet/network/rest_controller.rb +2 -0
  526. data/lib/puppet/network/rights.rb +219 -0
  527. data/lib/puppet/network/server.rb +39 -0
  528. data/lib/puppet/node.rb +171 -0
  529. data/lib/puppet/node/environment.rb +492 -0
  530. data/lib/puppet/node/facts.rb +155 -0
  531. data/lib/puppet/parameter.rb +585 -0
  532. data/lib/puppet/parameter/boolean.rb +15 -0
  533. data/lib/puppet/parameter/package_options.rb +31 -0
  534. data/lib/puppet/parameter/path.rb +57 -0
  535. data/lib/puppet/parameter/value.rb +93 -0
  536. data/lib/puppet/parameter/value_collection.rb +211 -0
  537. data/lib/puppet/parser.rb +7 -0
  538. data/lib/puppet/parser/ast.rb +130 -0
  539. data/lib/puppet/parser/ast/arithmetic_operator.rb +91 -0
  540. data/lib/puppet/parser/ast/astarray.rb +50 -0
  541. data/lib/puppet/parser/ast/asthash.rb +37 -0
  542. data/lib/puppet/parser/ast/block_expression.rb +40 -0
  543. data/lib/puppet/parser/ast/boolean_operator.rb +46 -0
  544. data/lib/puppet/parser/ast/branch.rb +22 -0
  545. data/lib/puppet/parser/ast/caseopt.rb +52 -0
  546. data/lib/puppet/parser/ast/casestatement.rb +41 -0
  547. data/lib/puppet/parser/ast/collection.rb +49 -0
  548. data/lib/puppet/parser/ast/collexpr.rb +109 -0
  549. data/lib/puppet/parser/ast/comparison_operator.rb +38 -0
  550. data/lib/puppet/parser/ast/definition.rb +17 -0
  551. data/lib/puppet/parser/ast/else.rb +22 -0
  552. data/lib/puppet/parser/ast/function.rb +59 -0
  553. data/lib/puppet/parser/ast/hostclass.rb +29 -0
  554. data/lib/puppet/parser/ast/ifstatement.rb +34 -0
  555. data/lib/puppet/parser/ast/in_operator.rb +24 -0
  556. data/lib/puppet/parser/ast/lambda.rb +135 -0
  557. data/lib/puppet/parser/ast/leaf.rb +232 -0
  558. data/lib/puppet/parser/ast/match_operator.rb +28 -0
  559. data/lib/puppet/parser/ast/method_call.rb +77 -0
  560. data/lib/puppet/parser/ast/minus.rb +23 -0
  561. data/lib/puppet/parser/ast/node.rb +20 -0
  562. data/lib/puppet/parser/ast/nop.rb +11 -0
  563. data/lib/puppet/parser/ast/not.rb +19 -0
  564. data/lib/puppet/parser/ast/pops_bridge.rb +168 -0
  565. data/lib/puppet/parser/ast/relationship.rb +47 -0
  566. data/lib/puppet/parser/ast/resource.rb +67 -0
  567. data/lib/puppet/parser/ast/resource_defaults.rb +24 -0
  568. data/lib/puppet/parser/ast/resource_instance.rb +9 -0
  569. data/lib/puppet/parser/ast/resource_override.rb +62 -0
  570. data/lib/puppet/parser/ast/resource_reference.rb +28 -0
  571. data/lib/puppet/parser/ast/resourceparam.rb +27 -0
  572. data/lib/puppet/parser/ast/selector.rb +50 -0
  573. data/lib/puppet/parser/ast/tag.rb +24 -0
  574. data/lib/puppet/parser/ast/top_level_construct.rb +4 -0
  575. data/lib/puppet/parser/ast/vardef.rb +38 -0
  576. data/lib/puppet/parser/code_merger.rb +13 -0
  577. data/lib/puppet/parser/collector.rb +177 -0
  578. data/lib/puppet/parser/compiler.rb +555 -0
  579. data/lib/puppet/parser/e4_parser_adapter.rb +81 -0
  580. data/lib/puppet/parser/e_parser_adapter.rb +119 -0
  581. data/lib/puppet/parser/files.rb +94 -0
  582. data/lib/puppet/parser/functions.rb +249 -0
  583. data/lib/puppet/parser/functions/collect.rb +15 -0
  584. data/lib/puppet/parser/functions/contain.rb +26 -0
  585. data/lib/puppet/parser/functions/create_resources.rb +78 -0
  586. data/lib/puppet/parser/functions/defined.rb +73 -0
  587. data/lib/puppet/parser/functions/each.rb +109 -0
  588. data/lib/puppet/parser/functions/epp.rb +41 -0
  589. data/lib/puppet/parser/functions/extlookup.rb +153 -0
  590. data/lib/puppet/parser/functions/fail.rb +4 -0
  591. data/lib/puppet/parser/functions/file.rb +23 -0
  592. data/lib/puppet/parser/functions/filter.rb +100 -0
  593. data/lib/puppet/parser/functions/fqdn_rand.rb +21 -0
  594. data/lib/puppet/parser/functions/generate.rb +37 -0
  595. data/lib/puppet/parser/functions/hiera.rb +26 -0
  596. data/lib/puppet/parser/functions/hiera_array.rb +27 -0
  597. data/lib/puppet/parser/functions/hiera_hash.rb +29 -0
  598. data/lib/puppet/parser/functions/hiera_include.rb +44 -0
  599. data/lib/puppet/parser/functions/include.rb +47 -0
  600. data/lib/puppet/parser/functions/inline_epp.rb +79 -0
  601. data/lib/puppet/parser/functions/inline_template.rb +21 -0
  602. data/lib/puppet/parser/functions/lookup.rb +144 -0
  603. data/lib/puppet/parser/functions/map.rb +96 -0
  604. data/lib/puppet/parser/functions/md5.rb +5 -0
  605. data/lib/puppet/parser/functions/realize.rb +14 -0
  606. data/lib/puppet/parser/functions/reduce.rb +100 -0
  607. data/lib/puppet/parser/functions/regsubst.rb +116 -0
  608. data/lib/puppet/parser/functions/require.rb +53 -0
  609. data/lib/puppet/parser/functions/search.rb +7 -0
  610. data/lib/puppet/parser/functions/select.rb +15 -0
  611. data/lib/puppet/parser/functions/sha1.rb +5 -0
  612. data/lib/puppet/parser/functions/shellquote.rb +61 -0
  613. data/lib/puppet/parser/functions/slice.rb +116 -0
  614. data/lib/puppet/parser/functions/split.rb +28 -0
  615. data/lib/puppet/parser/functions/sprintf.rb +36 -0
  616. data/lib/puppet/parser/functions/tag.rb +6 -0
  617. data/lib/puppet/parser/functions/tagged.rb +18 -0
  618. data/lib/puppet/parser/functions/template.rb +23 -0
  619. data/lib/puppet/parser/functions/versioncmp.rb +30 -0
  620. data/lib/puppet/parser/grammar.ra +806 -0
  621. data/lib/puppet/parser/lexer.rb +608 -0
  622. data/lib/puppet/parser/makefile +8 -0
  623. data/lib/puppet/parser/methods.rb +69 -0
  624. data/lib/puppet/parser/parser.rb +2559 -0
  625. data/lib/puppet/parser/parser_factory.rb +88 -0
  626. data/lib/puppet/parser/parser_support.rb +195 -0
  627. data/lib/puppet/parser/relationship.rb +62 -0
  628. data/lib/puppet/parser/resource.rb +267 -0
  629. data/lib/puppet/parser/resource/param.rb +25 -0
  630. data/lib/puppet/parser/scope.rb +833 -0
  631. data/lib/puppet/parser/templatewrapper.rb +127 -0
  632. data/lib/puppet/parser/type_loader.rb +152 -0
  633. data/lib/puppet/parser/yaml_trimmer.rb +7 -0
  634. data/lib/puppet/pops.rb +99 -0
  635. data/lib/puppet/pops/adaptable.rb +190 -0
  636. data/lib/puppet/pops/adapters.rb +101 -0
  637. data/lib/puppet/pops/binder/binder.rb +393 -0
  638. data/lib/puppet/pops/binder/binder_issues.rb +122 -0
  639. data/lib/puppet/pops/binder/bindings_checker.rb +197 -0
  640. data/lib/puppet/pops/binder/bindings_composer.rb +175 -0
  641. data/lib/puppet/pops/binder/bindings_factory.rb +805 -0
  642. data/lib/puppet/pops/binder/bindings_label_provider.rb +43 -0
  643. data/lib/puppet/pops/binder/bindings_loader.rb +88 -0
  644. data/lib/puppet/pops/binder/bindings_model.rb +201 -0
  645. data/lib/puppet/pops/binder/bindings_model_dumper.rb +187 -0
  646. data/lib/puppet/pops/binder/bindings_validator_factory.rb +28 -0
  647. data/lib/puppet/pops/binder/config/binder_config.rb +107 -0
  648. data/lib/puppet/pops/binder/config/binder_config_checker.rb +142 -0
  649. data/lib/puppet/pops/binder/config/diagnostic_producer.rb +32 -0
  650. data/lib/puppet/pops/binder/config/issues.rb +86 -0
  651. data/lib/puppet/pops/binder/injector.rb +767 -0
  652. data/lib/puppet/pops/binder/injector_entry.rb +57 -0
  653. data/lib/puppet/pops/binder/key_factory.rb +67 -0
  654. data/lib/puppet/pops/binder/lookup.rb +191 -0
  655. data/lib/puppet/pops/binder/producers.rb +829 -0
  656. data/lib/puppet/pops/binder/scheme_handler/confdir_scheme.rb +34 -0
  657. data/lib/puppet/pops/binder/scheme_handler/module_scheme.rb +84 -0
  658. data/lib/puppet/pops/binder/scheme_handler/symbolic_scheme.rb +53 -0
  659. data/lib/puppet/pops/binder/system_bindings.rb +60 -0
  660. data/lib/puppet/pops/containment.rb +104 -0
  661. data/lib/puppet/pops/evaluator/access_operator.rb +548 -0
  662. data/lib/puppet/pops/evaluator/closure.rb +57 -0
  663. data/lib/puppet/pops/evaluator/compare_operator.rb +168 -0
  664. data/lib/puppet/pops/evaluator/epp_evaluator.rb +87 -0
  665. data/lib/puppet/pops/evaluator/evaluator_impl.rb +1069 -0
  666. data/lib/puppet/pops/evaluator/external_syntax_support.rb +49 -0
  667. data/lib/puppet/pops/evaluator/relationship_operator.rb +156 -0
  668. data/lib/puppet/pops/evaluator/runtime3_support.rb +489 -0
  669. data/lib/puppet/pops/issue_reporter.rb +79 -0
  670. data/lib/puppet/pops/issues.rb +461 -0
  671. data/lib/puppet/pops/label_provider.rb +76 -0
  672. data/lib/puppet/pops/model/ast_transformer.rb +663 -0
  673. data/lib/puppet/pops/model/ast_tree_dumper.rb +386 -0
  674. data/lib/puppet/pops/model/factory.rb +970 -0
  675. data/lib/puppet/pops/model/model.rb +606 -0
  676. data/lib/puppet/pops/model/model_label_provider.rb +104 -0
  677. data/lib/puppet/pops/model/model_tree_dumper.rb +377 -0
  678. data/lib/puppet/pops/model/tree_dumper.rb +59 -0
  679. data/lib/puppet/pops/parser/code_merger.rb +17 -0
  680. data/lib/puppet/pops/parser/egrammar.ra +752 -0
  681. data/lib/puppet/pops/parser/eparser.rb +2579 -0
  682. data/lib/puppet/pops/parser/epp_parser.rb +51 -0
  683. data/lib/puppet/pops/parser/epp_support.rb +247 -0
  684. data/lib/puppet/pops/parser/evaluating_parser.rb +200 -0
  685. data/lib/puppet/pops/parser/heredoc_support.rb +139 -0
  686. data/lib/puppet/pops/parser/interpolation_support.rb +227 -0
  687. data/lib/puppet/pops/parser/lexer.rb +753 -0
  688. data/lib/puppet/pops/parser/lexer2.rb +684 -0
  689. data/lib/puppet/pops/parser/lexer_support.rb +107 -0
  690. data/lib/puppet/pops/parser/locatable.rb +23 -0
  691. data/lib/puppet/pops/parser/locator.rb +291 -0
  692. data/lib/puppet/pops/parser/makefile +6 -0
  693. data/lib/puppet/pops/parser/parser_support.rb +231 -0
  694. data/lib/puppet/pops/parser/slurp_support.rb +95 -0
  695. data/lib/puppet/pops/patterns.rb +44 -0
  696. data/lib/puppet/pops/types/class_loader.rb +118 -0
  697. data/lib/puppet/pops/types/enumeration.rb +34 -0
  698. data/lib/puppet/pops/types/type_calculator.rb +1482 -0
  699. data/lib/puppet/pops/types/type_factory.rb +335 -0
  700. data/lib/puppet/pops/types/type_parser.rb +460 -0
  701. data/lib/puppet/pops/types/types.rb +422 -0
  702. data/lib/puppet/pops/utils.rb +120 -0
  703. data/lib/puppet/pops/validation.rb +432 -0
  704. data/lib/puppet/pops/validation/checker3_1.rb +558 -0
  705. data/lib/puppet/pops/validation/checker4_0.rb +514 -0
  706. data/lib/puppet/pops/validation/validator_factory_3_1.rb +31 -0
  707. data/lib/puppet/pops/validation/validator_factory_4_0.rb +31 -0
  708. data/lib/puppet/pops/visitable.rb +6 -0
  709. data/lib/puppet/pops/visitor.rb +192 -0
  710. data/lib/puppet/property.rb +617 -0
  711. data/lib/puppet/property/boolean.rb +7 -0
  712. data/lib/puppet/property/ensure.rb +105 -0
  713. data/lib/puppet/property/keyvalue.rb +95 -0
  714. data/lib/puppet/property/list.rb +78 -0
  715. data/lib/puppet/property/ordered_list.rb +29 -0
  716. data/lib/puppet/provider.rb +651 -0
  717. data/lib/puppet/provider/aixobject.rb +392 -0
  718. data/lib/puppet/provider/augeas/augeas.rb +509 -0
  719. data/lib/puppet/provider/cisco.rb +9 -0
  720. data/lib/puppet/provider/command.rb +25 -0
  721. data/lib/puppet/provider/computer/computer.rb +20 -0
  722. data/lib/puppet/provider/confine.rb +6 -0
  723. data/lib/puppet/provider/cron/crontab.rb +249 -0
  724. data/lib/puppet/provider/exec.rb +91 -0
  725. data/lib/puppet/provider/exec/posix.rb +48 -0
  726. data/lib/puppet/provider/exec/shell.rb +25 -0
  727. data/lib/puppet/provider/exec/windows.rb +55 -0
  728. data/lib/puppet/provider/file/posix.rb +136 -0
  729. data/lib/puppet/provider/file/windows.rb +105 -0
  730. data/lib/puppet/provider/group/aix.rb +141 -0
  731. data/lib/puppet/provider/group/directoryservice.rb +12 -0
  732. data/lib/puppet/provider/group/groupadd.rb +85 -0
  733. data/lib/puppet/provider/group/ldap.rb +45 -0
  734. data/lib/puppet/provider/group/pw.rb +48 -0
  735. data/lib/puppet/provider/group/windows_adsi.rb +86 -0
  736. data/lib/puppet/provider/host/parsed.rb +44 -0
  737. data/lib/puppet/provider/interface/cisco.rb +27 -0
  738. data/lib/puppet/provider/ldap.rb +137 -0
  739. data/lib/puppet/provider/macauthorization/macauthorization.rb +309 -0
  740. data/lib/puppet/provider/mailalias/aliases.rb +39 -0
  741. data/lib/puppet/provider/maillist/mailman.rb +108 -0
  742. data/lib/puppet/provider/mcx/mcxcontent.rb +172 -0
  743. data/lib/puppet/provider/mount.rb +58 -0
  744. data/lib/puppet/provider/mount/parsed.rb +123 -0
  745. data/lib/puppet/provider/naginator.rb +63 -0
  746. data/lib/puppet/provider/nameservice.rb +292 -0
  747. data/lib/puppet/provider/nameservice/directoryservice.rb +589 -0
  748. data/lib/puppet/provider/nameservice/objectadd.rb +33 -0
  749. data/lib/puppet/provider/nameservice/pw.rb +21 -0
  750. data/lib/puppet/provider/network_device.rb +68 -0
  751. data/lib/puppet/provider/package.rb +28 -0
  752. data/lib/puppet/provider/package/aix.rb +152 -0
  753. data/lib/puppet/provider/package/appdmg.rb +106 -0
  754. data/lib/puppet/provider/package/apple.rb +47 -0
  755. data/lib/puppet/provider/package/apt.rb +107 -0
  756. data/lib/puppet/provider/package/aptitude.rb +29 -0
  757. data/lib/puppet/provider/package/aptrpm.rb +83 -0
  758. data/lib/puppet/provider/package/blastwave.rb +111 -0
  759. data/lib/puppet/provider/package/dpkg.rb +165 -0
  760. data/lib/puppet/provider/package/fink.rb +79 -0
  761. data/lib/puppet/provider/package/freebsd.rb +47 -0
  762. data/lib/puppet/provider/package/gem.rb +125 -0
  763. data/lib/puppet/provider/package/hpux.rb +44 -0
  764. data/lib/puppet/provider/package/macports.rb +107 -0
  765. data/lib/puppet/provider/package/msi.rb +140 -0
  766. data/lib/puppet/provider/package/nim.rb +280 -0
  767. data/lib/puppet/provider/package/openbsd.rb +175 -0
  768. data/lib/puppet/provider/package/opkg.rb +76 -0
  769. data/lib/puppet/provider/package/pacman.rb +209 -0
  770. data/lib/puppet/provider/package/pip.rb +119 -0
  771. data/lib/puppet/provider/package/pkg.rb +190 -0
  772. data/lib/puppet/provider/package/pkgdmg.rb +149 -0
  773. data/lib/puppet/provider/package/pkgin.rb +87 -0
  774. data/lib/puppet/provider/package/pkgutil.rb +186 -0
  775. data/lib/puppet/provider/package/portage.rb +149 -0
  776. data/lib/puppet/provider/package/ports.rb +94 -0
  777. data/lib/puppet/provider/package/portupgrade.rb +241 -0
  778. data/lib/puppet/provider/package/rpm.rb +205 -0
  779. data/lib/puppet/provider/package/rug.rb +52 -0
  780. data/lib/puppet/provider/package/sun.rb +128 -0
  781. data/lib/puppet/provider/package/sunfreeware.rb +9 -0
  782. data/lib/puppet/provider/package/up2date.rb +40 -0
  783. data/lib/puppet/provider/package/urpmi.rb +55 -0
  784. data/lib/puppet/provider/package/windows.rb +123 -0
  785. data/lib/puppet/provider/package/windows/exe_package.rb +70 -0
  786. data/lib/puppet/provider/package/windows/msi_package.rb +62 -0
  787. data/lib/puppet/provider/package/windows/package.rb +80 -0
  788. data/lib/puppet/provider/package/yum.rb +110 -0
  789. data/lib/puppet/provider/package/yumhelper.py +129 -0
  790. data/lib/puppet/provider/package/zypper.rb +103 -0
  791. data/lib/puppet/provider/parsedfile.rb +443 -0
  792. data/lib/puppet/provider/scheduled_task/win32_taskscheduler.rb +565 -0
  793. data/lib/puppet/provider/selboolean/getsetsebool.rb +47 -0
  794. data/lib/puppet/provider/selmodule/semodule.rb +134 -0
  795. data/lib/puppet/provider/service/base.rb +106 -0
  796. data/lib/puppet/provider/service/bsd.rb +51 -0
  797. data/lib/puppet/provider/service/daemontools.rb +194 -0
  798. data/lib/puppet/provider/service/debian.rb +64 -0
  799. data/lib/puppet/provider/service/freebsd.rb +143 -0
  800. data/lib/puppet/provider/service/gentoo.rb +45 -0
  801. data/lib/puppet/provider/service/init.rb +161 -0
  802. data/lib/puppet/provider/service/launchd.rb +356 -0
  803. data/lib/puppet/provider/service/openbsd.rb +23 -0
  804. data/lib/puppet/provider/service/openrc.rb +71 -0
  805. data/lib/puppet/provider/service/openwrt.rb +36 -0
  806. data/lib/puppet/provider/service/redhat.rb +64 -0
  807. data/lib/puppet/provider/service/runit.rb +111 -0
  808. data/lib/puppet/provider/service/service.rb +42 -0
  809. data/lib/puppet/provider/service/smf.rb +116 -0
  810. data/lib/puppet/provider/service/src.rb +120 -0
  811. data/lib/puppet/provider/service/systemd.rb +65 -0
  812. data/lib/puppet/provider/service/upstart.rb +355 -0
  813. data/lib/puppet/provider/service/windows.rb +106 -0
  814. data/lib/puppet/provider/ssh_authorized_key/parsed.rb +89 -0
  815. data/lib/puppet/provider/sshkey/parsed.rb +35 -0
  816. data/lib/puppet/provider/user/aix.rb +369 -0
  817. data/lib/puppet/provider/user/directoryservice.rb +671 -0
  818. data/lib/puppet/provider/user/hpux.rb +66 -0
  819. data/lib/puppet/provider/user/ldap.rb +128 -0
  820. data/lib/puppet/provider/user/pw.rb +97 -0
  821. data/lib/puppet/provider/user/user_role_add.rb +209 -0
  822. data/lib/puppet/provider/user/useradd.rb +231 -0
  823. data/lib/puppet/provider/user/windows_adsi.rb +99 -0
  824. data/lib/puppet/provider/vlan/cisco.rb +28 -0
  825. data/lib/puppet/provider/yumrepo/inifile.rb +187 -0
  826. data/lib/puppet/provider/zfs/zfs.rb +83 -0
  827. data/lib/puppet/provider/zone/solaris.rb +361 -0
  828. data/lib/puppet/provider/zpool/zpool.rb +120 -0
  829. data/lib/puppet/rails.rb +139 -0
  830. data/lib/puppet/rails/benchmark.rb +63 -0
  831. data/lib/puppet/rails/database/001_add_created_at_to_all_tables.rb +13 -0
  832. data/lib/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb +13 -0
  833. data/lib/puppet/rails/database/003_add_environment_to_host.rb +9 -0
  834. data/lib/puppet/rails/database/004_add_inventory_service_tables.rb +36 -0
  835. data/lib/puppet/rails/database/schema.rb +136 -0
  836. data/lib/puppet/rails/fact_name.rb +7 -0
  837. data/lib/puppet/rails/fact_value.rb +10 -0
  838. data/lib/puppet/rails/host.rb +258 -0
  839. data/lib/puppet/rails/inventory_fact.rb +5 -0
  840. data/lib/puppet/rails/inventory_node.rb +43 -0
  841. data/lib/puppet/rails/param_name.rb +25 -0
  842. data/lib/puppet/rails/param_value.rb +74 -0
  843. data/lib/puppet/rails/puppet_tag.rb +10 -0
  844. data/lib/puppet/rails/resource.rb +235 -0
  845. data/lib/puppet/rails/resource_tag.rb +26 -0
  846. data/lib/puppet/rails/source_file.rb +8 -0
  847. data/lib/puppet/reference/configuration.rb +73 -0
  848. data/lib/puppet/reference/function.rb +17 -0
  849. data/lib/puppet/reference/indirection.rb +71 -0
  850. data/lib/puppet/reference/metaparameter.rb +42 -0
  851. data/lib/puppet/reference/providers.rb +119 -0
  852. data/lib/puppet/reference/report.rb +23 -0
  853. data/lib/puppet/reference/type.rb +116 -0
  854. data/lib/puppet/relationship.rb +103 -0
  855. data/lib/puppet/reports.rb +89 -0
  856. data/lib/puppet/reports/http.rb +31 -0
  857. data/lib/puppet/reports/log.rb +14 -0
  858. data/lib/puppet/reports/rrdgraph.rb +128 -0
  859. data/lib/puppet/reports/store.rb +73 -0
  860. data/lib/puppet/reports/tagmail.rb +179 -0
  861. data/lib/puppet/resource.rb +542 -0
  862. data/lib/puppet/resource/catalog.rb +543 -0
  863. data/lib/puppet/resource/status.rb +155 -0
  864. data/lib/puppet/resource/type.rb +386 -0
  865. data/lib/puppet/resource/type_collection.rb +230 -0
  866. data/lib/puppet/resource/type_collection_helper.rb +7 -0
  867. data/lib/puppet/run.rb +109 -0
  868. data/lib/puppet/scheduler.rb +16 -0
  869. data/lib/puppet/scheduler/job.rb +53 -0
  870. data/lib/puppet/scheduler/scheduler.rb +44 -0
  871. data/lib/puppet/scheduler/splay_job.rb +32 -0
  872. data/lib/puppet/scheduler/timer.rb +13 -0
  873. data/lib/puppet/settings.rb +1312 -0
  874. data/lib/puppet/settings/autosign_setting.rb +22 -0
  875. data/lib/puppet/settings/base_setting.rb +168 -0
  876. data/lib/puppet/settings/boolean_setting.rb +32 -0
  877. data/lib/puppet/settings/config_file.rb +134 -0
  878. data/lib/puppet/settings/directory_setting.rb +12 -0
  879. data/lib/puppet/settings/duration_setting.rb +32 -0
  880. data/lib/puppet/settings/enum_setting.rb +16 -0
  881. data/lib/puppet/settings/errors.rb +11 -0
  882. data/lib/puppet/settings/file_setting.rb +226 -0
  883. data/lib/puppet/settings/ini_file.rb +171 -0
  884. data/lib/puppet/settings/path_setting.rb +8 -0
  885. data/lib/puppet/settings/priority_setting.rb +42 -0
  886. data/lib/puppet/settings/string_setting.rb +9 -0
  887. data/lib/puppet/settings/terminus_setting.rb +14 -0
  888. data/lib/puppet/settings/value_translator.rb +15 -0
  889. data/lib/puppet/ssl.rb +12 -0
  890. data/lib/puppet/ssl/base.rb +140 -0
  891. data/lib/puppet/ssl/certificate.rb +65 -0
  892. data/lib/puppet/ssl/certificate_authority.rb +509 -0
  893. data/lib/puppet/ssl/certificate_authority/autosign_command.rb +44 -0
  894. data/lib/puppet/ssl/certificate_authority/interface.rb +178 -0
  895. data/lib/puppet/ssl/certificate_factory.rb +219 -0
  896. data/lib/puppet/ssl/certificate_request.rb +299 -0
  897. data/lib/puppet/ssl/certificate_request_attributes.rb +37 -0
  898. data/lib/puppet/ssl/certificate_revocation_list.rb +110 -0
  899. data/lib/puppet/ssl/certificate_signer.rb +22 -0
  900. data/lib/puppet/ssl/configuration.rb +64 -0
  901. data/lib/puppet/ssl/digest.rb +20 -0
  902. data/lib/puppet/ssl/host.rb +371 -0
  903. data/lib/puppet/ssl/inventory.rb +50 -0
  904. data/lib/puppet/ssl/key.rb +59 -0
  905. data/lib/puppet/ssl/oids.rb +78 -0
  906. data/lib/puppet/ssl/validator.rb +60 -0
  907. data/lib/puppet/ssl/validator/default_validator.rb +153 -0
  908. data/lib/puppet/ssl/validator/no_validator.rb +17 -0
  909. data/lib/puppet/status.rb +45 -0
  910. data/lib/puppet/test/test_helper.rb +216 -0
  911. data/lib/puppet/transaction.rb +340 -0
  912. data/lib/puppet/transaction/additional_resource_generator.rb +126 -0
  913. data/lib/puppet/transaction/event.rb +107 -0
  914. data/lib/puppet/transaction/event_manager.rb +122 -0
  915. data/lib/puppet/transaction/report.rb +383 -0
  916. data/lib/puppet/transaction/resource_harness.rb +238 -0
  917. data/lib/puppet/type.rb +2430 -0
  918. data/lib/puppet/type/augeas.rb +189 -0
  919. data/lib/puppet/type/component.rb +77 -0
  920. data/lib/puppet/type/computer.rb +66 -0
  921. data/lib/puppet/type/cron.rb +474 -0
  922. data/lib/puppet/type/exec.rb +564 -0
  923. data/lib/puppet/type/file.rb +891 -0
  924. data/lib/puppet/type/file/checksum.rb +33 -0
  925. data/lib/puppet/type/file/content.rb +239 -0
  926. data/lib/puppet/type/file/ctime.rb +20 -0
  927. data/lib/puppet/type/file/ensure.rb +189 -0
  928. data/lib/puppet/type/file/group.rb +41 -0
  929. data/lib/puppet/type/file/mode.rb +159 -0
  930. data/lib/puppet/type/file/mtime.rb +18 -0
  931. data/lib/puppet/type/file/owner.rb +44 -0
  932. data/lib/puppet/type/file/selcontext.rb +124 -0
  933. data/lib/puppet/type/file/source.rb +256 -0
  934. data/lib/puppet/type/file/target.rb +87 -0
  935. data/lib/puppet/type/file/type.rb +19 -0
  936. data/lib/puppet/type/filebucket.rb +122 -0
  937. data/lib/puppet/type/group.rb +188 -0
  938. data/lib/puppet/type/host.rb +86 -0
  939. data/lib/puppet/type/interface.rb +116 -0
  940. data/lib/puppet/type/k5login.rb +88 -0
  941. data/lib/puppet/type/macauthorization.rb +167 -0
  942. data/lib/puppet/type/mailalias.rb +48 -0
  943. data/lib/puppet/type/maillist.rb +62 -0
  944. data/lib/puppet/type/mcx.rb +98 -0
  945. data/lib/puppet/type/mount.rb +288 -0
  946. data/lib/puppet/type/nagios_command.rb +3 -0
  947. data/lib/puppet/type/nagios_contact.rb +3 -0
  948. data/lib/puppet/type/nagios_contactgroup.rb +3 -0
  949. data/lib/puppet/type/nagios_host.rb +3 -0
  950. data/lib/puppet/type/nagios_hostdependency.rb +3 -0
  951. data/lib/puppet/type/nagios_hostescalation.rb +3 -0
  952. data/lib/puppet/type/nagios_hostextinfo.rb +3 -0
  953. data/lib/puppet/type/nagios_hostgroup.rb +3 -0
  954. data/lib/puppet/type/nagios_service.rb +3 -0
  955. data/lib/puppet/type/nagios_servicedependency.rb +3 -0
  956. data/lib/puppet/type/nagios_serviceescalation.rb +3 -0
  957. data/lib/puppet/type/nagios_serviceextinfo.rb +3 -0
  958. data/lib/puppet/type/nagios_servicegroup.rb +3 -0
  959. data/lib/puppet/type/nagios_timeperiod.rb +3 -0
  960. data/lib/puppet/type/notify.rb +44 -0
  961. data/lib/puppet/type/package.rb +460 -0
  962. data/lib/puppet/type/resources.rb +161 -0
  963. data/lib/puppet/type/router.rb +17 -0
  964. data/lib/puppet/type/schedule.rb +469 -0
  965. data/lib/puppet/type/scheduled_task.rb +170 -0
  966. data/lib/puppet/type/selboolean.rb +26 -0
  967. data/lib/puppet/type/selmodule.rb +59 -0
  968. data/lib/puppet/type/service.rb +224 -0
  969. data/lib/puppet/type/ssh_authorized_key.rb +115 -0
  970. data/lib/puppet/type/sshkey.rb +73 -0
  971. data/lib/puppet/type/stage.rb +27 -0
  972. data/lib/puppet/type/tidy.rb +324 -0
  973. data/lib/puppet/type/user.rb +572 -0
  974. data/lib/puppet/type/vlan.rb +26 -0
  975. data/lib/puppet/type/whit.rb +34 -0
  976. data/lib/puppet/type/yumrepo.rb +270 -0
  977. data/lib/puppet/type/zfs.rb +150 -0
  978. data/lib/puppet/type/zone.rb +385 -0
  979. data/lib/puppet/type/zpool.rb +91 -0
  980. data/lib/puppet/util.rb +545 -0
  981. data/lib/puppet/util/adsi.rb +368 -0
  982. data/lib/puppet/util/autoload.rb +227 -0
  983. data/lib/puppet/util/backups.rb +86 -0
  984. data/lib/puppet/util/cacher.rb +74 -0
  985. data/lib/puppet/util/checksums.rb +143 -0
  986. data/lib/puppet/util/classgen.rb +236 -0
  987. data/lib/puppet/util/colors.rb +175 -0
  988. data/lib/puppet/util/command_line.rb +182 -0
  989. data/lib/puppet/util/command_line/puppet_option_parser.rb +87 -0
  990. data/lib/puppet/util/command_line/trollop.rb +824 -0
  991. data/lib/puppet/util/constant_inflector.rb +24 -0
  992. data/lib/puppet/util/diff.rb +77 -0
  993. data/lib/puppet/util/docs.rb +128 -0
  994. data/lib/puppet/util/errors.rb +106 -0
  995. data/lib/puppet/util/execution.rb +313 -0
  996. data/lib/puppet/util/execution_stub.rb +26 -0
  997. data/lib/puppet/util/feature.rb +83 -0
  998. data/lib/puppet/util/file_watcher.rb +28 -0
  999. data/lib/puppet/util/fileparsing.rb +376 -0
  1000. data/lib/puppet/util/filetype.rb +299 -0
  1001. data/lib/puppet/util/http_proxy.rb +38 -0
  1002. data/lib/puppet/util/inifile.rb +218 -0
  1003. data/lib/puppet/util/inline_docs.rb +26 -0
  1004. data/lib/puppet/util/instance_loader.rb +81 -0
  1005. data/lib/puppet/util/instrumentation.rb +152 -0
  1006. data/lib/puppet/util/instrumentation/data.rb +46 -0
  1007. data/lib/puppet/util/instrumentation/indirection_probe.rb +41 -0
  1008. data/lib/puppet/util/instrumentation/instrumentable.rb +136 -0
  1009. data/lib/puppet/util/instrumentation/listener.rb +72 -0
  1010. data/lib/puppet/util/instrumentation/listeners/log.rb +23 -0
  1011. data/lib/puppet/util/instrumentation/listeners/performance.rb +24 -0
  1012. data/lib/puppet/util/json_lockfile.rb +44 -0
  1013. data/lib/puppet/util/ldap.rb +2 -0
  1014. data/lib/puppet/util/ldap/connection.rb +71 -0
  1015. data/lib/puppet/util/ldap/generator.rb +42 -0
  1016. data/lib/puppet/util/ldap/manager.rb +278 -0
  1017. data/lib/puppet/util/libuser.conf +15 -0
  1018. data/lib/puppet/util/libuser.rb +12 -0
  1019. data/lib/puppet/util/limits.rb +12 -0
  1020. data/lib/puppet/util/lockfile.rb +66 -0
  1021. data/lib/puppet/util/log.rb +343 -0
  1022. data/lib/puppet/util/log/destination.rb +49 -0
  1023. data/lib/puppet/util/log/destinations.rb +228 -0
  1024. data/lib/puppet/util/log/rate_limited_logger.rb +40 -0
  1025. data/lib/puppet/util/logging.rb +143 -0
  1026. data/lib/puppet/util/metaid.rb +21 -0
  1027. data/lib/puppet/util/methodhelper.rb +32 -0
  1028. data/lib/puppet/util/metric.rb +210 -0
  1029. data/lib/puppet/util/monkey_patches.rb +225 -0
  1030. data/lib/puppet/util/monkey_patches/lines.rb +13 -0
  1031. data/lib/puppet/util/nagios_maker.rb +85 -0
  1032. data/lib/puppet/util/network_device.rb +17 -0
  1033. data/lib/puppet/util/network_device/base.rb +27 -0
  1034. data/lib/puppet/util/network_device/cisco.rb +4 -0
  1035. data/lib/puppet/util/network_device/cisco/device.rb +267 -0
  1036. data/lib/puppet/util/network_device/cisco/facts.rb +72 -0
  1037. data/lib/puppet/util/network_device/cisco/interface.rb +82 -0
  1038. data/lib/puppet/util/network_device/config.rb +93 -0
  1039. data/lib/puppet/util/network_device/ipcalc.rb +68 -0
  1040. data/lib/puppet/util/network_device/transport.rb +5 -0
  1041. data/lib/puppet/util/network_device/transport/base.rb +26 -0
  1042. data/lib/puppet/util/network_device/transport/ssh.rb +122 -0
  1043. data/lib/puppet/util/network_device/transport/telnet.rb +44 -0
  1044. data/lib/puppet/util/package.rb +31 -0
  1045. data/lib/puppet/util/pidlock.rb +56 -0
  1046. data/lib/puppet/util/platform.rb +22 -0
  1047. data/lib/puppet/util/plugins.rb +82 -0
  1048. data/lib/puppet/util/posix.rb +147 -0
  1049. data/lib/puppet/util/profiler.rb +45 -0
  1050. data/lib/puppet/util/profiler/logging.rb +47 -0
  1051. data/lib/puppet/util/profiler/none.rb +8 -0
  1052. data/lib/puppet/util/profiler/object_counts.rb +17 -0
  1053. data/lib/puppet/util/profiler/wall_clock.rb +34 -0
  1054. data/lib/puppet/util/provider_features.rb +184 -0
  1055. data/lib/puppet/util/pson.rb +13 -0
  1056. data/lib/puppet/util/queue.rb +96 -0
  1057. data/lib/puppet/util/queue/stomp.rb +60 -0
  1058. data/lib/puppet/util/rails/cache_accumulator.rb +65 -0
  1059. data/lib/puppet/util/rails/collection_merger.rb +17 -0
  1060. data/lib/puppet/util/rails/reference_serializer.rb +32 -0
  1061. data/lib/puppet/util/rdoc.rb +89 -0
  1062. data/lib/puppet/util/rdoc/code_objects.rb +334 -0
  1063. data/lib/puppet/util/rdoc/generators/puppet_generator.rb +910 -0
  1064. data/lib/puppet/util/rdoc/generators/template/puppet/puppet.rb +1085 -0
  1065. data/lib/puppet/util/rdoc/parser.rb +22 -0
  1066. data/lib/puppet/util/rdoc/parser/puppet_parser_core.rb +477 -0
  1067. data/lib/puppet/util/rdoc/parser/puppet_parser_rdoc1.rb +19 -0
  1068. data/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb +14 -0
  1069. data/lib/puppet/util/reference.rb +124 -0
  1070. data/lib/puppet/util/resource_template.rb +61 -0
  1071. data/lib/puppet/util/retryaction.rb +47 -0
  1072. data/lib/puppet/util/rubygems.rb +65 -0
  1073. data/lib/puppet/util/run_mode.rb +82 -0
  1074. data/lib/puppet/util/selinux.rb +222 -0
  1075. data/lib/puppet/util/ssl.rb +53 -0
  1076. data/lib/puppet/util/storage.rb +89 -0
  1077. data/lib/puppet/util/suidmanager.rb +198 -0
  1078. data/lib/puppet/util/symbolic_file_mode.rb +144 -0
  1079. data/lib/puppet/util/tag_set.rb +41 -0
  1080. data/lib/puppet/util/tagging.rb +55 -0
  1081. data/lib/puppet/util/terminal.rb +16 -0
  1082. data/lib/puppet/util/user_attr.rb +21 -0
  1083. data/lib/puppet/util/warnings.rb +32 -0
  1084. data/lib/puppet/util/watched_file.rb +37 -0
  1085. data/lib/puppet/util/watcher.rb +17 -0
  1086. data/lib/puppet/util/watcher/change_watcher.rb +33 -0
  1087. data/lib/puppet/util/watcher/periodic_watcher.rb +37 -0
  1088. data/lib/puppet/util/watcher/timer.rb +19 -0
  1089. data/lib/puppet/util/windows.rb +17 -0
  1090. data/lib/puppet/util/windows/access_control_entry.rb +84 -0
  1091. data/lib/puppet/util/windows/access_control_list.rb +113 -0
  1092. data/lib/puppet/util/windows/error.rb +16 -0
  1093. data/lib/puppet/util/windows/file.rb +279 -0
  1094. data/lib/puppet/util/windows/process.rb +238 -0
  1095. data/lib/puppet/util/windows/registry.rb +70 -0
  1096. data/lib/puppet/util/windows/root_certs.rb +101 -0
  1097. data/lib/puppet/util/windows/security.rb +649 -0
  1098. data/lib/puppet/util/windows/security_descriptor.rb +62 -0
  1099. data/lib/puppet/util/windows/sid.rb +118 -0
  1100. data/lib/puppet/util/windows/string.rb +14 -0
  1101. data/lib/puppet/util/windows/user.rb +108 -0
  1102. data/lib/puppet/util/yaml.rb +24 -0
  1103. data/lib/puppet/util/zaml.rb +419 -0
  1104. data/lib/puppet/vendor.rb +55 -0
  1105. data/lib/puppet/vendor/load_safe_yaml.rb +1 -0
  1106. data/lib/puppet/vendor/require_vendored.rb +5 -0
  1107. data/lib/puppet/vendor/safe_yaml/CHANGES.md +104 -0
  1108. data/lib/puppet/vendor/safe_yaml/Gemfile +11 -0
  1109. data/lib/puppet/vendor/safe_yaml/LICENSE.txt +22 -0
  1110. data/lib/puppet/vendor/safe_yaml/README.md +179 -0
  1111. data/lib/puppet/vendor/safe_yaml/Rakefile +6 -0
  1112. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb +253 -0
  1113. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/deep.rb +34 -0
  1114. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/parse/date.rb +27 -0
  1115. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/parse/hexadecimal.rb +12 -0
  1116. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/parse/sexagesimal.rb +26 -0
  1117. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/psych_handler.rb +92 -0
  1118. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/psych_resolver.rb +52 -0
  1119. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/resolver.rb +94 -0
  1120. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/safe_to_ruby_visitor.rb +17 -0
  1121. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_hack.rb +36 -0
  1122. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
  1123. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_resolver.rb +38 -0
  1124. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform.rb +41 -0
  1125. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_boolean.rb +21 -0
  1126. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_date.rb +11 -0
  1127. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_float.rb +33 -0
  1128. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_integer.rb +25 -0
  1129. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_nil.rb +18 -0
  1130. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/to_symbol.rb +13 -0
  1131. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/transform/transformation_map.rb +47 -0
  1132. data/lib/puppet/vendor/safe_yaml/lib/safe_yaml/version.rb +3 -0
  1133. data/lib/puppet/vendor/safe_yaml/run_specs_all_ruby_versions.sh +21 -0
  1134. data/lib/puppet/vendor/safe_yaml/safe_yaml.gemspec +18 -0
  1135. data/lib/puppet/vendor/safe_yaml/spec/exploit.1.9.2.yaml +2 -0
  1136. data/lib/puppet/vendor/safe_yaml/spec/exploit.1.9.3.yaml +2 -0
  1137. data/lib/puppet/vendor/safe_yaml/spec/psych_resolver_spec.rb +10 -0
  1138. data/lib/puppet/vendor/safe_yaml/spec/resolver_specs.rb +250 -0
  1139. data/lib/puppet/vendor/safe_yaml/spec/safe_yaml_spec.rb +702 -0
  1140. data/lib/puppet/vendor/safe_yaml/spec/spec_helper.rb +18 -0
  1141. data/lib/puppet/vendor/safe_yaml/spec/support/exploitable_back_door.rb +29 -0
  1142. data/lib/puppet/vendor/safe_yaml/spec/syck_resolver_spec.rb +10 -0
  1143. data/lib/puppet/vendor/safe_yaml/spec/transform/base64_spec.rb +11 -0
  1144. data/lib/puppet/vendor/safe_yaml/spec/transform/to_date_spec.rb +34 -0
  1145. data/lib/puppet/vendor/safe_yaml/spec/transform/to_float_spec.rb +42 -0
  1146. data/lib/puppet/vendor/safe_yaml/spec/transform/to_integer_spec.rb +59 -0
  1147. data/lib/puppet/vendor/safe_yaml/spec/transform/to_symbol_spec.rb +49 -0
  1148. data/lib/puppet/vendor/safe_yaml_patches.rb +9 -0
  1149. data/lib/puppet/version.rb +89 -0
  1150. data/lib/puppetx.rb +89 -0
  1151. data/lib/puppetx/puppet/bindings_scheme_handler.rb +130 -0
  1152. data/lib/puppetx/puppet/syntax_checker.rb +91 -0
  1153. data/lib/puppetx/puppetlabs/syntax_checkers/json.rb +37 -0
  1154. data/lib/semver.rb +124 -0
  1155. data/man/man5/puppet.conf.5 +1581 -0
  1156. data/man/man8/extlookup2hiera.8 +23 -0
  1157. data/man/man8/puppet-agent.8 +157 -0
  1158. data/man/man8/puppet-apply.8 +80 -0
  1159. data/man/man8/puppet-ca.8 +170 -0
  1160. data/man/man8/puppet-catalog.8 +292 -0
  1161. data/man/man8/puppet-cert.8 +97 -0
  1162. data/man/man8/puppet-certificate.8 +238 -0
  1163. data/man/man8/puppet-certificate_request.8 +168 -0
  1164. data/man/man8/puppet-certificate_revocation_list.8 +165 -0
  1165. data/man/man8/puppet-config.8 +76 -0
  1166. data/man/man8/puppet-describe.8 +51 -0
  1167. data/man/man8/puppet-device.8 +86 -0
  1168. data/man/man8/puppet-doc.8 +119 -0
  1169. data/man/man8/puppet-facts.8 +223 -0
  1170. data/man/man8/puppet-file.8 +215 -0
  1171. data/man/man8/puppet-filebucket.8 +81 -0
  1172. data/man/man8/puppet-help.8 +64 -0
  1173. data/man/man8/puppet-inspect.8 +36 -0
  1174. data/man/man8/puppet-instrumentation_data.8 +141 -0
  1175. data/man/man8/puppet-instrumentation_listener.8 +218 -0
  1176. data/man/man8/puppet-instrumentation_probe.8 +203 -0
  1177. data/man/man8/puppet-key.8 +129 -0
  1178. data/man/man8/puppet-kick.8 +131 -0
  1179. data/man/man8/puppet-man.8 +70 -0
  1180. data/man/man8/puppet-master.8 +78 -0
  1181. data/man/man8/puppet-module.8 +422 -0
  1182. data/man/man8/puppet-node.8 +211 -0
  1183. data/man/man8/puppet-parser.8 +73 -0
  1184. data/man/man8/puppet-plugin.8 +73 -0
  1185. data/man/man8/puppet-queue.8 +55 -0
  1186. data/man/man8/puppet-report.8 +186 -0
  1187. data/man/man8/puppet-resource.8 +84 -0
  1188. data/man/man8/puppet-resource_type.8 +214 -0
  1189. data/man/man8/puppet-secret_agent.8 +70 -0
  1190. data/man/man8/puppet-status.8 +150 -0
  1191. data/man/man8/puppet.8 +10 -0
  1192. data/spec/fixtures/faulty_face/puppet/face/syntax.rb +8 -0
  1193. data/spec/fixtures/hiera.yaml +9 -0
  1194. data/spec/fixtures/integration/node/environment/sitedir/00_a.pp +2 -0
  1195. data/spec/fixtures/integration/node/environment/sitedir/01_b.pp +6 -0
  1196. data/spec/fixtures/integration/node/environment/sitedir/03_empty.pp +0 -0
  1197. data/spec/fixtures/integration/node/environment/sitedir/04_include.pp +2 -0
  1198. data/spec/fixtures/integration/provider/cron/crontab/create_normal_entry +19 -0
  1199. data/spec/fixtures/integration/provider/cron/crontab/create_special_entry +18 -0
  1200. data/spec/fixtures/integration/provider/cron/crontab/crontab_user1 +15 -0
  1201. data/spec/fixtures/integration/provider/cron/crontab/crontab_user2 +4 -0
  1202. data/spec/fixtures/integration/provider/cron/crontab/modify_entry +13 -0
  1203. data/spec/fixtures/integration/provider/cron/crontab/moved_cronjob_input1 +15 -0
  1204. data/spec/fixtures/integration/provider/cron/crontab/moved_cronjob_input2 +6 -0
  1205. data/spec/fixtures/integration/provider/cron/crontab/purged +8 -0
  1206. data/spec/fixtures/integration/provider/cron/crontab/remove_named_resource +12 -0
  1207. data/spec/fixtures/integration/provider/cron/crontab/remove_unnamed_resource +14 -0
  1208. data/spec/fixtures/integration/provider/cron/crontab/unspecialized +15 -0
  1209. data/spec/fixtures/integration/provider/mailalias/aliases/test1 +28 -0
  1210. data/spec/fixtures/manifests/site.pp +0 -0
  1211. data/spec/fixtures/releases/jamtur01-apache/Modulefile +2 -0
  1212. data/spec/fixtures/releases/jamtur01-apache/files/httpd +24 -0
  1213. data/spec/fixtures/releases/jamtur01-apache/files/test.vhost +18 -0
  1214. data/spec/fixtures/releases/jamtur01-apache/lib/puppet/provider/a2mod/debian.rb +21 -0
  1215. data/spec/fixtures/releases/jamtur01-apache/lib/puppet/type/a2mod.rb +12 -0
  1216. data/spec/fixtures/releases/jamtur01-apache/manifests/dev.pp +5 -0
  1217. data/spec/fixtures/releases/jamtur01-apache/manifests/init.pp +34 -0
  1218. data/spec/fixtures/releases/jamtur01-apache/manifests/params.pp +17 -0
  1219. data/spec/fixtures/releases/jamtur01-apache/manifests/php.pp +5 -0
  1220. data/spec/fixtures/releases/jamtur01-apache/manifests/ssl.pp +15 -0
  1221. data/spec/fixtures/releases/jamtur01-apache/manifests/vhost.pp +15 -0
  1222. data/spec/fixtures/releases/jamtur01-apache/metadata.json +1 -0
  1223. data/spec/fixtures/releases/jamtur01-apache/templates/vhost-default.conf.erb +20 -0
  1224. data/spec/fixtures/releases/jamtur01-apache/tests/apache.pp +1 -0
  1225. data/spec/fixtures/releases/jamtur01-apache/tests/dev.pp +1 -0
  1226. data/spec/fixtures/releases/jamtur01-apache/tests/init.pp +1 -0
  1227. data/spec/fixtures/releases/jamtur01-apache/tests/php.pp +1 -0
  1228. data/spec/fixtures/releases/jamtur01-apache/tests/ssl.pp +1 -0
  1229. data/spec/fixtures/releases/jamtur01-apache/tests/vhost.pp +2 -0
  1230. data/spec/fixtures/unit/indirector/data_binding/hiera/global.yaml +10 -0
  1231. data/spec/fixtures/unit/indirector/data_binding/hiera/invalid.yaml +1 -0
  1232. data/spec/fixtures/unit/module/trailing-comma.json +24 -0
  1233. data/spec/fixtures/unit/parser/lexer/aliastest.pp +16 -0
  1234. data/spec/fixtures/unit/parser/lexer/append.pp +11 -0
  1235. data/spec/fixtures/unit/parser/lexer/argumentdefaults.pp +14 -0
  1236. data/spec/fixtures/unit/parser/lexer/arithmetic_expression.pp +8 -0
  1237. data/spec/fixtures/unit/parser/lexer/arraytrailingcomma.pp +3 -0
  1238. data/spec/fixtures/unit/parser/lexer/casestatement.pp +65 -0
  1239. data/spec/fixtures/unit/parser/lexer/classheirarchy.pp +15 -0
  1240. data/spec/fixtures/unit/parser/lexer/classincludes.pp +17 -0
  1241. data/spec/fixtures/unit/parser/lexer/classpathtest.pp +11 -0
  1242. data/spec/fixtures/unit/parser/lexer/collection.pp +10 -0
  1243. data/spec/fixtures/unit/parser/lexer/collection_override.pp +8 -0
  1244. data/spec/fixtures/unit/parser/lexer/collection_within_virtual_definitions.pp +20 -0
  1245. data/spec/fixtures/unit/parser/lexer/componentmetaparams.pp +11 -0
  1246. data/spec/fixtures/unit/parser/lexer/componentrequire.pp +8 -0
  1247. data/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp +23 -0
  1248. data/spec/fixtures/unit/parser/lexer/defineoverrides.pp +17 -0
  1249. data/spec/fixtures/unit/parser/lexer/emptyclass.pp +9 -0
  1250. data/spec/fixtures/unit/parser/lexer/emptyexec.pp +3 -0
  1251. data/spec/fixtures/unit/parser/lexer/emptyifelse.pp +9 -0
  1252. data/spec/fixtures/unit/parser/lexer/falsevalues.pp +3 -0
  1253. data/spec/fixtures/unit/parser/lexer/filecreate.pp +11 -0
  1254. data/spec/fixtures/unit/parser/lexer/fqdefinition.pp +5 -0
  1255. data/spec/fixtures/unit/parser/lexer/fqparents.pp +11 -0
  1256. data/spec/fixtures/unit/parser/lexer/funccomma.pp +5 -0
  1257. data/spec/fixtures/unit/parser/lexer/hash.pp +33 -0
  1258. data/spec/fixtures/unit/parser/lexer/ifexpression.pp +12 -0
  1259. data/spec/fixtures/unit/parser/lexer/implicititeration.pp +15 -0
  1260. data/spec/fixtures/unit/parser/lexer/multilinecomments.pp +10 -0
  1261. data/spec/fixtures/unit/parser/lexer/multipleclass.pp +9 -0
  1262. data/spec/fixtures/unit/parser/lexer/multipleinstances.pp +7 -0
  1263. data/spec/fixtures/unit/parser/lexer/multisubs.pp +13 -0
  1264. data/spec/fixtures/unit/parser/lexer/namevartest.pp +9 -0
  1265. data/spec/fixtures/unit/parser/lexer/scopetest.pp +13 -0
  1266. data/spec/fixtures/unit/parser/lexer/selectorvalues.pp +49 -0
  1267. data/spec/fixtures/unit/parser/lexer/simpledefaults.pp +5 -0
  1268. data/spec/fixtures/unit/parser/lexer/simpleselector.pp +38 -0
  1269. data/spec/fixtures/unit/parser/lexer/singleary.pp +19 -0
  1270. data/spec/fixtures/unit/parser/lexer/singlequote.pp +11 -0
  1271. data/spec/fixtures/unit/parser/lexer/singleselector.pp +22 -0
  1272. data/spec/fixtures/unit/parser/lexer/subclass_name_duplication.pp +11 -0
  1273. data/spec/fixtures/unit/parser/lexer/tag.pp +9 -0
  1274. data/spec/fixtures/unit/parser/lexer/tagged.pp +35 -0
  1275. data/spec/fixtures/unit/parser/lexer/virtualresources.pp +14 -0
  1276. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/binder_config.yaml +10 -0
  1277. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/lib/puppet/bindings/confdirtest.rb +10 -0
  1278. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/awesome2/lib/puppet/bindings/awesome2/default.rb +20 -0
  1279. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/awesome2/lib/puppetx/awesome2/echo_scheme_handler.rb +18 -0
  1280. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/bad/lib/puppet/bindings/bad/default.rb +5 -0
  1281. data/spec/fixtures/unit/pops/binder/bindings_composer/ok/modules/good/lib/puppet/bindings/good/default.rb +6 -0
  1282. data/spec/fixtures/unit/pops/binder/config/binder_config/ok/binder_config.yaml +9 -0
  1283. data/spec/fixtures/unit/pops/parser/lexer/aliastest.pp +16 -0
  1284. data/spec/fixtures/unit/pops/parser/lexer/append.pp +11 -0
  1285. data/spec/fixtures/unit/pops/parser/lexer/argumentdefaults.pp +14 -0
  1286. data/spec/fixtures/unit/pops/parser/lexer/arithmetic_expression.pp +8 -0
  1287. data/spec/fixtures/unit/pops/parser/lexer/arraytrailingcomma.pp +3 -0
  1288. data/spec/fixtures/unit/pops/parser/lexer/casestatement.pp +65 -0
  1289. data/spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp +15 -0
  1290. data/spec/fixtures/unit/pops/parser/lexer/classincludes.pp +17 -0
  1291. data/spec/fixtures/unit/pops/parser/lexer/classpathtest.pp +11 -0
  1292. data/spec/fixtures/unit/pops/parser/lexer/collection.pp +10 -0
  1293. data/spec/fixtures/unit/pops/parser/lexer/collection_override.pp +8 -0
  1294. data/spec/fixtures/unit/pops/parser/lexer/collection_within_virtual_definitions.pp +20 -0
  1295. data/spec/fixtures/unit/pops/parser/lexer/componentmetaparams.pp +11 -0
  1296. data/spec/fixtures/unit/pops/parser/lexer/componentrequire.pp +8 -0
  1297. data/spec/fixtures/unit/pops/parser/lexer/deepclassheirarchy.pp +23 -0
  1298. data/spec/fixtures/unit/pops/parser/lexer/defineoverrides.pp +17 -0
  1299. data/spec/fixtures/unit/pops/parser/lexer/emptyclass.pp +9 -0
  1300. data/spec/fixtures/unit/pops/parser/lexer/emptyexec.pp +3 -0
  1301. data/spec/fixtures/unit/pops/parser/lexer/emptyifelse.pp +9 -0
  1302. data/spec/fixtures/unit/pops/parser/lexer/falsevalues.pp +3 -0
  1303. data/spec/fixtures/unit/pops/parser/lexer/filecreate.pp +11 -0
  1304. data/spec/fixtures/unit/pops/parser/lexer/fqdefinition.pp +5 -0
  1305. data/spec/fixtures/unit/pops/parser/lexer/fqparents.pp +11 -0
  1306. data/spec/fixtures/unit/pops/parser/lexer/funccomma.pp +5 -0
  1307. data/spec/fixtures/unit/pops/parser/lexer/hash.pp +33 -0
  1308. data/spec/fixtures/unit/pops/parser/lexer/ifexpression.pp +12 -0
  1309. data/spec/fixtures/unit/pops/parser/lexer/implicititeration.pp +15 -0
  1310. data/spec/fixtures/unit/pops/parser/lexer/multilinecomments.pp +10 -0
  1311. data/spec/fixtures/unit/pops/parser/lexer/multipleclass.pp +9 -0
  1312. data/spec/fixtures/unit/pops/parser/lexer/multipleinstances.pp +7 -0
  1313. data/spec/fixtures/unit/pops/parser/lexer/multisubs.pp +13 -0
  1314. data/spec/fixtures/unit/pops/parser/lexer/namevartest.pp +9 -0
  1315. data/spec/fixtures/unit/pops/parser/lexer/scopetest.pp +13 -0
  1316. data/spec/fixtures/unit/pops/parser/lexer/selectorvalues.pp +49 -0
  1317. data/spec/fixtures/unit/pops/parser/lexer/simpledefaults.pp +5 -0
  1318. data/spec/fixtures/unit/pops/parser/lexer/simpleselector.pp +38 -0
  1319. data/spec/fixtures/unit/pops/parser/lexer/singleary.pp +19 -0
  1320. data/spec/fixtures/unit/pops/parser/lexer/singlequote.pp +11 -0
  1321. data/spec/fixtures/unit/pops/parser/lexer/singleselector.pp +22 -0
  1322. data/spec/fixtures/unit/pops/parser/lexer/subclass_name_duplication.pp +11 -0
  1323. data/spec/fixtures/unit/pops/parser/lexer/tag.pp +9 -0
  1324. data/spec/fixtures/unit/pops/parser/lexer/tagged.pp +35 -0
  1325. data/spec/fixtures/unit/pops/parser/lexer/virtualresources.pp +14 -0
  1326. data/spec/fixtures/unit/provider/augeas/augeas/augeas/lenses/test.aug +13 -0
  1327. data/spec/fixtures/unit/provider/augeas/augeas/etc/fstab +10 -0
  1328. data/spec/fixtures/unit/provider/augeas/augeas/etc/hosts +6 -0
  1329. data/spec/fixtures/unit/provider/augeas/augeas/etc/test +3 -0
  1330. data/spec/fixtures/unit/provider/augeas/augeas/test.aug +13 -0
  1331. data/spec/fixtures/unit/provider/cron/crontab/single_line.yaml +272 -0
  1332. data/spec/fixtures/unit/provider/cron/crontab/vixie_header.txt +3 -0
  1333. data/spec/fixtures/unit/provider/cron/parsed/managed +6 -0
  1334. data/spec/fixtures/unit/provider/cron/parsed/simple +9 -0
  1335. data/spec/fixtures/unit/provider/host/parsed/valid_hosts +19 -0
  1336. data/spec/fixtures/unit/provider/mount/mount-output.aix.txt +7 -0
  1337. data/spec/fixtures/unit/provider/mount/parsed/aix.filesystems +144 -0
  1338. data/spec/fixtures/unit/provider/mount/parsed/aix.mount +7 -0
  1339. data/spec/fixtures/unit/provider/mount/parsed/darwin.mount +6 -0
  1340. data/spec/fixtures/unit/provider/mount/parsed/freebsd.fstab +8 -0
  1341. data/spec/fixtures/unit/provider/mount/parsed/freebsd.mount +3 -0
  1342. data/spec/fixtures/unit/provider/mount/parsed/hpux.mount +17 -0
  1343. data/spec/fixtures/unit/provider/mount/parsed/linux.fstab +11 -0
  1344. data/spec/fixtures/unit/provider/mount/parsed/linux.mount +5 -0
  1345. data/spec/fixtures/unit/provider/mount/parsed/netbsd.fstab +9 -0
  1346. data/spec/fixtures/unit/provider/mount/parsed/netbsd.mount +8 -0
  1347. data/spec/fixtures/unit/provider/mount/parsed/openbsd.fstab +4 -0
  1348. data/spec/fixtures/unit/provider/mount/parsed/openbsd.mount +4 -0
  1349. data/spec/fixtures/unit/provider/mount/parsed/solaris.fstab +11 -0
  1350. data/spec/fixtures/unit/provider/mount/parsed/solaris.mount +6 -0
  1351. data/spec/fixtures/unit/provider/package/gem/line-with-1.8.5-warning +14 -0
  1352. data/spec/fixtures/unit/provider/package/openbsd/pkginfo.detail +19 -0
  1353. data/spec/fixtures/unit/provider/package/openbsd/pkginfo.list +10 -0
  1354. data/spec/fixtures/unit/provider/package/openbsd/pkginfo.query +1 -0
  1355. data/spec/fixtures/unit/provider/package/openbsd/pkginfo_flavors.list +2 -0
  1356. data/spec/fixtures/unit/provider/package/pkg/dummy_solaris10 +1 -0
  1357. data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.ifo.installed +1 -0
  1358. data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.ifo.known +1 -0
  1359. data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.installed +1 -0
  1360. data/spec/fixtures/unit/provider/package/pkg/dummy_solaris11.known +1 -0
  1361. data/spec/fixtures/unit/provider/package/pkg/incomplete +1 -0
  1362. data/spec/fixtures/unit/provider/package/pkg/publisher +2 -0
  1363. data/spec/fixtures/unit/provider/package/pkg/simple +2 -0
  1364. data/spec/fixtures/unit/provider/package/pkg/solaris11 +2 -0
  1365. data/spec/fixtures/unit/provider/package/pkg/unknown_status +12 -0
  1366. data/spec/fixtures/unit/provider/package/sun/dummy.server +12 -0
  1367. data/spec/fixtures/unit/provider/package/sun/simple +24 -0
  1368. data/spec/fixtures/unit/provider/package/zypper/zypper-list-updates-SLES11sp1.out +369 -0
  1369. data/spec/fixtures/unit/provider/parsedfile/simple.txt +4 -0
  1370. data/spec/fixtures/unit/provider/service/gentoo/rc_update_show +30 -0
  1371. data/spec/fixtures/unit/provider/service/openrc/rcservice_list +8 -0
  1372. data/spec/fixtures/unit/provider/service/openrc/rcstatus +43 -0
  1373. data/spec/fixtures/unit/provider/service/smf/svcs.out +3 -0
  1374. data/spec/fixtures/unit/provider/service/systemd/list_units_services +17 -0
  1375. data/spec/fixtures/unit/provider/ssh_authorized_key/parsed/authorized_keys +7 -0
  1376. data/spec/fixtures/unit/provider/ssh_authorized_key/parsed/authorized_keys1 +3 -0
  1377. data/spec/fixtures/unit/provider/ssh_authorized_key/parsed/authorized_keys2 +1 -0
  1378. data/spec/fixtures/unit/provider/sshkey/parsed/sample +21 -0
  1379. data/spec/fixtures/unit/provider/zfs/zfs/zfs-list.out +2 -0
  1380. data/spec/fixtures/unit/provider/zpool/zpool/zpool-list.out +2 -0
  1381. data/spec/fixtures/unit/reports/tagmail/tagmail_email.conf +2 -0
  1382. data/spec/fixtures/unit/reports/tagmail/tagmail_failers.conf +3 -0
  1383. data/spec/fixtures/unit/reports/tagmail/tagmail_passers.conf +30 -0
  1384. data/spec/fixtures/unit/util/filetype/aixtab_output +44 -0
  1385. data/spec/fixtures/unit/util/filetype/suntab_output +9 -0
  1386. data/spec/fixtures/unit/util/monkey_patches/x509.pem +32 -0
  1387. data/spec/fixtures/unit/util/rdoc/basic.pp +16 -0
  1388. data/spec/fixtures/yaml/report0.25.x.yaml +64 -0
  1389. data/spec/fixtures/yaml/report2.6.x.yaml +190 -0
  1390. data/spec/fixtures/yaml/test.local.yaml +16 -0
  1391. data/spec/integration/agent/logging_spec.rb +178 -0
  1392. data/spec/integration/application/apply_spec.rb +108 -0
  1393. data/spec/integration/application/doc_spec.rb +56 -0
  1394. data/spec/integration/configurer_spec.rb +81 -0
  1395. data/spec/integration/data_binding.rb +100 -0
  1396. data/spec/integration/defaults_spec.rb +315 -0
  1397. data/spec/integration/directory_environments_spec.rb +50 -0
  1398. data/spec/integration/faces/ca_spec.rb +354 -0
  1399. data/spec/integration/faces/documentation_spec.rb +62 -0
  1400. data/spec/integration/file_bucket/file_spec.rb +44 -0
  1401. data/spec/integration/file_serving/content_spec.rb +8 -0
  1402. data/spec/integration/file_serving/fileset_spec.rb +13 -0
  1403. data/spec/integration/file_serving/metadata_spec.rb +9 -0
  1404. data/spec/integration/file_serving/terminus_helper_spec.rb +21 -0
  1405. data/spec/integration/indirector/catalog/compiler_spec.rb +67 -0
  1406. data/spec/integration/indirector/catalog/queue_spec.rb +57 -0
  1407. data/spec/integration/indirector/direct_file_server_spec.rb +67 -0
  1408. data/spec/integration/indirector/facts/facter_spec.rb +22 -0
  1409. data/spec/integration/indirector/file_content/file_server_spec.rb +89 -0
  1410. data/spec/integration/indirector/file_metadata/file_server_spec.rb +14 -0
  1411. data/spec/integration/indirector/node/ldap_spec.rb +14 -0
  1412. data/spec/integration/network/authconfig_spec.rb +257 -0
  1413. data/spec/integration/network/formats_spec.rb +91 -0
  1414. data/spec/integration/node/environment_spec.rb +109 -0
  1415. data/spec/integration/node/facts_spec.rb +41 -0
  1416. data/spec/integration/node_spec.rb +82 -0
  1417. data/spec/integration/parser/catalog_spec.rb +125 -0
  1418. data/spec/integration/parser/collector_spec.rb +117 -0
  1419. data/spec/integration/parser/compiler_spec.rb +513 -0
  1420. data/spec/integration/parser/functions/require_spec.rb +43 -0
  1421. data/spec/integration/parser/future_compiler_spec.rb +416 -0
  1422. data/spec/integration/parser/parser_spec.rb +207 -0
  1423. data/spec/integration/parser/ruby_manifest_spec.rb +128 -0
  1424. data/spec/integration/parser/scope_spec.rb +757 -0
  1425. data/spec/integration/parser/undef_param_spec.rb +87 -0
  1426. data/spec/integration/provider/cron/crontab_spec.rb +217 -0
  1427. data/spec/integration/provider/mailalias/aliases_spec.rb +10 -0
  1428. data/spec/integration/provider/mount_spec.rb +169 -0
  1429. data/spec/integration/provider/package_spec.rb +44 -0
  1430. data/spec/integration/provider/service/init_spec.rb +46 -0
  1431. data/spec/integration/provider/service/systemd_spec.rb +20 -0
  1432. data/spec/integration/provider/ssh_authorized_key_spec.rb +219 -0
  1433. data/spec/integration/reference/providers_spec.rb +16 -0
  1434. data/spec/integration/reports_spec.rb +14 -0
  1435. data/spec/integration/resource/catalog_spec.rb +54 -0
  1436. data/spec/integration/resource/type_collection_spec.rb +94 -0
  1437. data/spec/integration/ssl/autosign_spec.rb +130 -0
  1438. data/spec/integration/ssl/certificate_authority_spec.rb +137 -0
  1439. data/spec/integration/ssl/certificate_request_spec.rb +54 -0
  1440. data/spec/integration/ssl/certificate_revocation_list_spec.rb +37 -0
  1441. data/spec/integration/ssl/host_spec.rb +84 -0
  1442. data/spec/integration/transaction/report_spec.rb +24 -0
  1443. data/spec/integration/transaction_spec.rb +346 -0
  1444. data/spec/integration/type/exec_spec.rb +77 -0
  1445. data/spec/integration/type/file_spec.rb +1375 -0
  1446. data/spec/integration/type/nagios_spec.rb +80 -0
  1447. data/spec/integration/type/package_spec.rb +28 -0
  1448. data/spec/integration/type/tidy_spec.rb +31 -0
  1449. data/spec/integration/type_spec.rb +32 -0
  1450. data/spec/integration/util/autoload_spec.rb +107 -0
  1451. data/spec/integration/util/execution_spec.rb +17 -0
  1452. data/spec/integration/util/feature_spec.rb +53 -0
  1453. data/spec/integration/util/rdoc/parser_spec.rb +261 -0
  1454. data/spec/integration/util/settings_spec.rb +89 -0
  1455. data/spec/integration/util/windows/process_spec.rb +22 -0
  1456. data/spec/integration/util/windows/security_spec.rb +846 -0
  1457. data/spec/integration/util/windows/user_spec.rb +59 -0
  1458. data/spec/integration/util_spec.rb +111 -0
  1459. data/spec/lib/matchers/containment_matchers.rb +52 -0
  1460. data/spec/lib/matchers/include.rb +27 -0
  1461. data/spec/lib/matchers/include_in_order.rb +21 -0
  1462. data/spec/lib/matchers/include_in_order_spec.rb +30 -0
  1463. data/spec/lib/matchers/include_spec.rb +32 -0
  1464. data/spec/lib/matchers/json.rb +167 -0
  1465. data/spec/lib/matchers/match_tokens2.rb +74 -0
  1466. data/spec/lib/matchers/relationship_graph_matchers.rb +48 -0
  1467. data/spec/lib/matchers/resource.rb +35 -0
  1468. data/spec/lib/puppet/face/1.0.0/huzzah.rb +8 -0
  1469. data/spec/lib/puppet/face/basetest.rb +51 -0
  1470. data/spec/lib/puppet/face/huzzah.rb +8 -0
  1471. data/spec/lib/puppet/face/huzzah/obsolete.rb +6 -0
  1472. data/spec/lib/puppet/face/version_matching.rb +12 -0
  1473. data/spec/lib/puppet/indirector/indirector_testing/json.rb +6 -0
  1474. data/spec/lib/puppet/indirector/indirector_testing/memory.rb +7 -0
  1475. data/spec/lib/puppet/indirector/indirector_testing/msgpack.rb +6 -0
  1476. data/spec/lib/puppet/indirector_testing.rb +37 -0
  1477. data/spec/lib/puppet_spec/compiler.rb +36 -0
  1478. data/spec/lib/puppet_spec/database.rb +29 -0
  1479. data/spec/lib/puppet_spec/files.rb +60 -0
  1480. data/spec/lib/puppet_spec/fixtures.rb +28 -0
  1481. data/spec/lib/puppet_spec/matchers.rb +120 -0
  1482. data/spec/lib/puppet_spec/modules.rb +26 -0
  1483. data/spec/lib/puppet_spec/pops.rb +16 -0
  1484. data/spec/lib/puppet_spec/scope.rb +14 -0
  1485. data/spec/lib/puppet_spec/settings.rb +15 -0
  1486. data/spec/lib/puppet_spec/verbose.rb +9 -0
  1487. data/spec/monkey_patches/alias_should_to_must.rb +21 -0
  1488. data/spec/shared_behaviours/all_parsedfile_providers.rb +21 -0
  1489. data/spec/shared_behaviours/an_indirector_face.rb +6 -0
  1490. data/spec/shared_behaviours/documentation_on_faces.rb +263 -0
  1491. data/spec/shared_behaviours/file_server_terminus.rb +41 -0
  1492. data/spec/shared_behaviours/file_serving.rb +75 -0
  1493. data/spec/shared_behaviours/file_serving_model.rb +72 -0
  1494. data/spec/shared_behaviours/memory_terminus.rb +28 -0
  1495. data/spec/shared_behaviours/path_parameters.rb +160 -0
  1496. data/spec/shared_behaviours/store_configs_terminus.rb +21 -0
  1497. data/spec/shared_behaviours/things_that_declare_options.rb +262 -0
  1498. data/spec/shared_contexts/platform.rb +52 -0
  1499. data/spec/spec_helper.rb +193 -0
  1500. data/spec/unit/agent/disabler_spec.rb +64 -0
  1501. data/spec/unit/agent/locker_spec.rb +100 -0
  1502. data/spec/unit/agent_spec.rb +327 -0
  1503. data/spec/unit/application/agent_spec.rb +656 -0
  1504. data/spec/unit/application/apply_spec.rb +455 -0
  1505. data/spec/unit/application/cert_spec.rb +220 -0
  1506. data/spec/unit/application/certificate_spec.rb +22 -0
  1507. data/spec/unit/application/config_spec.rb +9 -0
  1508. data/spec/unit/application/describe_spec.rb +79 -0
  1509. data/spec/unit/application/device_spec.rb +415 -0
  1510. data/spec/unit/application/doc_spec.rb +333 -0
  1511. data/spec/unit/application/face_base_spec.rb +408 -0
  1512. data/spec/unit/application/facts_spec.rb +32 -0
  1513. data/spec/unit/application/filebucket_spec.rb +207 -0
  1514. data/spec/unit/application/indirection_base_spec.rb +44 -0
  1515. data/spec/unit/application/inspect_spec.rb +285 -0
  1516. data/spec/unit/application/kick_spec.rb +296 -0
  1517. data/spec/unit/application/master_spec.rb +355 -0
  1518. data/spec/unit/application/queue_spec.rb +168 -0
  1519. data/spec/unit/application/resource_spec.rb +214 -0
  1520. data/spec/unit/application/secret_agent_spec.rb +34 -0
  1521. data/spec/unit/application_spec.rb +645 -0
  1522. data/spec/unit/configurer/downloader_spec.rb +210 -0
  1523. data/spec/unit/configurer/fact_handler_spec.rb +89 -0
  1524. data/spec/unit/configurer/plugin_handler_spec.rb +42 -0
  1525. data/spec/unit/configurer_spec.rb +655 -0
  1526. data/spec/unit/confine/exists_spec.rb +80 -0
  1527. data/spec/unit/confine/false_spec.rb +52 -0
  1528. data/spec/unit/confine/feature_spec.rb +57 -0
  1529. data/spec/unit/confine/true_spec.rb +52 -0
  1530. data/spec/unit/confine/variable_spec.rb +106 -0
  1531. data/spec/unit/confine_collection_spec.rb +133 -0
  1532. data/spec/unit/confine_spec.rb +77 -0
  1533. data/spec/unit/confiner_spec.rb +62 -0
  1534. data/spec/unit/context/trusted_information_spec.rb +124 -0
  1535. data/spec/unit/context_spec.rb +74 -0
  1536. data/spec/unit/daemon_spec.rb +255 -0
  1537. data/spec/unit/data_binding_spec.rb +11 -0
  1538. data/spec/unit/defaults_spec.rb +44 -0
  1539. data/spec/unit/dsl/resource_api_spec.rb +180 -0
  1540. data/spec/unit/dsl/resource_type_api_spec.rb +53 -0
  1541. data/spec/unit/environments_spec.rb +126 -0
  1542. data/spec/unit/face/catalog_spec.rb +7 -0
  1543. data/spec/unit/face/certificate_request_spec.rb +7 -0
  1544. data/spec/unit/face/certificate_revocation_list_spec.rb +7 -0
  1545. data/spec/unit/face/certificate_spec.rb +223 -0
  1546. data/spec/unit/face/config_spec.rb +46 -0
  1547. data/spec/unit/face/facts_spec.rb +23 -0
  1548. data/spec/unit/face/file_spec.rb +12 -0
  1549. data/spec/unit/face/help_spec.rb +144 -0
  1550. data/spec/unit/face/instrumentation_data_spec.rb +7 -0
  1551. data/spec/unit/face/instrumentation_listener_spec.rb +38 -0
  1552. data/spec/unit/face/instrumentation_probe_spec.rb +21 -0
  1553. data/spec/unit/face/key_spec.rb +7 -0
  1554. data/spec/unit/face/module/build_spec.rb +69 -0
  1555. data/spec/unit/face/module/install_spec.rb +113 -0
  1556. data/spec/unit/face/module/list_spec.rb +195 -0
  1557. data/spec/unit/face/module/search_spec.rb +201 -0
  1558. data/spec/unit/face/module/uninstall_spec.rb +70 -0
  1559. data/spec/unit/face/module/upgrade_spec.rb +26 -0
  1560. data/spec/unit/face/module_spec.rb +3 -0
  1561. data/spec/unit/face/node_spec.rb +272 -0
  1562. data/spec/unit/face/parser_spec.rb +70 -0
  1563. data/spec/unit/face/plugin_spec.rb +10 -0
  1564. data/spec/unit/face/report_spec.rb +7 -0
  1565. data/spec/unit/face/resource_spec.rb +7 -0
  1566. data/spec/unit/face/resource_type_spec.rb +7 -0
  1567. data/spec/unit/face/secret_agent_spec.rb +27 -0
  1568. data/spec/unit/face_spec.rb +1 -0
  1569. data/spec/unit/file_bucket/dipper_spec.rb +170 -0
  1570. data/spec/unit/file_bucket/file_spec.rb +128 -0
  1571. data/spec/unit/file_serving/base_spec.rb +168 -0
  1572. data/spec/unit/file_serving/configuration/parser_spec.rb +186 -0
  1573. data/spec/unit/file_serving/configuration_spec.rb +231 -0
  1574. data/spec/unit/file_serving/content_spec.rb +112 -0
  1575. data/spec/unit/file_serving/fileset_spec.rb +354 -0
  1576. data/spec/unit/file_serving/metadata_spec.rb +432 -0
  1577. data/spec/unit/file_serving/mount/file_spec.rb +189 -0
  1578. data/spec/unit/file_serving/mount/modules_spec.rb +70 -0
  1579. data/spec/unit/file_serving/mount/pluginfacts_spec.rb +73 -0
  1580. data/spec/unit/file_serving/mount/plugins_spec.rb +73 -0
  1581. data/spec/unit/file_serving/mount_spec.rb +31 -0
  1582. data/spec/unit/file_serving/terminus_helper_spec.rb +94 -0
  1583. data/spec/unit/file_serving/terminus_selector_spec.rb +58 -0
  1584. data/spec/unit/file_system/path_pattern_spec.rb +138 -0
  1585. data/spec/unit/file_system/tempfile_spec.rb +48 -0
  1586. data/spec/unit/file_system_spec.rb +508 -0
  1587. data/spec/unit/forge/errors_spec.rb +82 -0
  1588. data/spec/unit/forge/repository_spec.rb +121 -0
  1589. data/spec/unit/forge_spec.rb +60 -0
  1590. data/spec/unit/graph/key_spec.rb +41 -0
  1591. data/spec/unit/graph/rb_tree_map_spec.rb +572 -0
  1592. data/spec/unit/graph/relationship_graph_spec.rb +387 -0
  1593. data/spec/unit/graph/sequential_prioritizer_spec.rb +32 -0
  1594. data/spec/unit/graph/simple_graph.rb +721 -0
  1595. data/spec/unit/graph/title_hash_prioritizer_spec.rb +49 -0
  1596. data/spec/unit/hiera/backend/puppet_backend_spec.rb +148 -0
  1597. data/spec/unit/hiera/scope_spec.rb +89 -0
  1598. data/spec/unit/hiera_puppet_spec.rb +118 -0
  1599. data/spec/unit/indirector/active_record_spec.rb +75 -0
  1600. data/spec/unit/indirector/catalog/active_record_spec.rb +107 -0
  1601. data/spec/unit/indirector/catalog/compiler_spec.rb +253 -0
  1602. data/spec/unit/indirector/catalog/json_spec.rb +12 -0
  1603. data/spec/unit/indirector/catalog/msgpack_spec.rb +12 -0
  1604. data/spec/unit/indirector/catalog/queue_spec.rb +19 -0
  1605. data/spec/unit/indirector/catalog/rest_spec.rb +10 -0
  1606. data/spec/unit/indirector/catalog/static_compiler_spec.rb +225 -0
  1607. data/spec/unit/indirector/catalog/store_configs_spec.rb +17 -0
  1608. data/spec/unit/indirector/catalog/yaml_spec.rb +24 -0
  1609. data/spec/unit/indirector/certificate/ca_spec.rb +23 -0
  1610. data/spec/unit/indirector/certificate/disabled_ca_spec.rb +33 -0
  1611. data/spec/unit/indirector/certificate/file_spec.rb +23 -0
  1612. data/spec/unit/indirector/certificate/rest_spec.rb +63 -0
  1613. data/spec/unit/indirector/certificate_request/ca_spec.rb +57 -0
  1614. data/spec/unit/indirector/certificate_request/disabled_ca_spec.rb +33 -0
  1615. data/spec/unit/indirector/certificate_request/file_spec.rb +15 -0
  1616. data/spec/unit/indirector/certificate_request/rest_spec.rb +26 -0
  1617. data/spec/unit/indirector/certificate_revocation_list/ca_spec.rb +16 -0
  1618. data/spec/unit/indirector/certificate_revocation_list/disabled_ca_spec.rb +33 -0
  1619. data/spec/unit/indirector/certificate_revocation_list/file_spec.rb +17 -0
  1620. data/spec/unit/indirector/certificate_revocation_list/rest_spec.rb +26 -0
  1621. data/spec/unit/indirector/certificate_status/file_spec.rb +191 -0
  1622. data/spec/unit/indirector/certificate_status/rest_spec.rb +18 -0
  1623. data/spec/unit/indirector/code_spec.rb +31 -0
  1624. data/spec/unit/indirector/data_binding/hiera_spec.rb +114 -0
  1625. data/spec/unit/indirector/data_binding/none_spec.rb +28 -0
  1626. data/spec/unit/indirector/direct_file_server_spec.rb +80 -0
  1627. data/spec/unit/indirector/envelope_spec.rb +33 -0
  1628. data/spec/unit/indirector/exec_spec.rb +58 -0
  1629. data/spec/unit/indirector/face_spec.rb +70 -0
  1630. data/spec/unit/indirector/facts/active_record_spec.rb +113 -0
  1631. data/spec/unit/indirector/facts/couch_spec.rb +102 -0
  1632. data/spec/unit/indirector/facts/facter_spec.rb +197 -0
  1633. data/spec/unit/indirector/facts/inventory_active_record_spec.rb +175 -0
  1634. data/spec/unit/indirector/facts/inventory_service_spec.rb +21 -0
  1635. data/spec/unit/indirector/facts/network_device_spec.rb +88 -0
  1636. data/spec/unit/indirector/facts/rest_spec.rb +10 -0
  1637. data/spec/unit/indirector/facts/store_configs_spec.rb +17 -0
  1638. data/spec/unit/indirector/facts/yaml_spec.rb +239 -0
  1639. data/spec/unit/indirector/file_bucket_file/file_spec.rb +285 -0
  1640. data/spec/unit/indirector/file_bucket_file/rest_spec.rb +10 -0
  1641. data/spec/unit/indirector/file_bucket_file/selector_spec.rb +29 -0
  1642. data/spec/unit/indirector/file_content/file_server_spec.rb +14 -0
  1643. data/spec/unit/indirector/file_content/file_spec.rb +14 -0
  1644. data/spec/unit/indirector/file_content/rest_spec.rb +14 -0
  1645. data/spec/unit/indirector/file_content/selector_spec.rb +10 -0
  1646. data/spec/unit/indirector/file_metadata/file_server_spec.rb +14 -0
  1647. data/spec/unit/indirector/file_metadata/file_spec.rb +50 -0
  1648. data/spec/unit/indirector/file_metadata/rest_spec.rb +13 -0
  1649. data/spec/unit/indirector/file_metadata/selector_spec.rb +11 -0
  1650. data/spec/unit/indirector/file_server_spec.rb +263 -0
  1651. data/spec/unit/indirector/indirection_spec.rb +875 -0
  1652. data/spec/unit/indirector/instrumentation_data/local_spec.rb +52 -0
  1653. data/spec/unit/indirector/instrumentation_data/rest_spec.rb +11 -0
  1654. data/spec/unit/indirector/instrumentation_listener/local_spec.rb +65 -0
  1655. data/spec/unit/indirector/instrumentation_listener/rest_spec.rb +11 -0
  1656. data/spec/unit/indirector/instrumentation_probe/local_spec.rb +65 -0
  1657. data/spec/unit/indirector/instrumentation_probe/rest_spec.rb +11 -0
  1658. data/spec/unit/indirector/json_spec.rb +193 -0
  1659. data/spec/unit/indirector/key/ca_spec.rb +23 -0
  1660. data/spec/unit/indirector/key/disabled_ca_spec.rb +33 -0
  1661. data/spec/unit/indirector/key/file_spec.rb +97 -0
  1662. data/spec/unit/indirector/ldap_spec.rb +137 -0
  1663. data/spec/unit/indirector/memory_spec.rb +27 -0
  1664. data/spec/unit/indirector/msgpack_spec.rb +191 -0
  1665. data/spec/unit/indirector/node/active_record_spec.rb +48 -0
  1666. data/spec/unit/indirector/node/exec_spec.rb +76 -0
  1667. data/spec/unit/indirector/node/ldap_spec.rb +441 -0
  1668. data/spec/unit/indirector/node/memory_spec.rb +18 -0
  1669. data/spec/unit/indirector/node/msgpack_spec.rb +24 -0
  1670. data/spec/unit/indirector/node/plain_spec.rb +26 -0
  1671. data/spec/unit/indirector/node/rest_spec.rb +12 -0
  1672. data/spec/unit/indirector/node/store_configs_spec.rb +17 -0
  1673. data/spec/unit/indirector/node/yaml_spec.rb +24 -0
  1674. data/spec/unit/indirector/none_spec.rb +33 -0
  1675. data/spec/unit/indirector/plain_spec.rb +27 -0
  1676. data/spec/unit/indirector/queue_spec.rb +115 -0
  1677. data/spec/unit/indirector/report/msgpack_spec.rb +28 -0
  1678. data/spec/unit/indirector/report/processor_spec.rb +100 -0
  1679. data/spec/unit/indirector/report/rest_spec.rb +67 -0
  1680. data/spec/unit/indirector/report/yaml_spec.rb +28 -0
  1681. data/spec/unit/indirector/request_spec.rb +605 -0
  1682. data/spec/unit/indirector/resource/active_record_spec.rb +166 -0
  1683. data/spec/unit/indirector/resource/ral_spec.rb +142 -0
  1684. data/spec/unit/indirector/resource/rest_spec.rb +10 -0
  1685. data/spec/unit/indirector/resource/store_configs_spec.rb +23 -0
  1686. data/spec/unit/indirector/resource_type/parser_spec.rb +249 -0
  1687. data/spec/unit/indirector/resource_type/rest_spec.rb +14 -0
  1688. data/spec/unit/indirector/rest_spec.rb +537 -0
  1689. data/spec/unit/indirector/run/local_spec.rb +21 -0
  1690. data/spec/unit/indirector/run/rest_spec.rb +10 -0
  1691. data/spec/unit/indirector/ssl_file_spec.rb +328 -0
  1692. data/spec/unit/indirector/status/local_spec.rb +11 -0
  1693. data/spec/unit/indirector/status/rest_spec.rb +10 -0
  1694. data/spec/unit/indirector/store_configs_spec.rb +8 -0
  1695. data/spec/unit/indirector/terminus_spec.rb +264 -0
  1696. data/spec/unit/indirector/yaml_spec.rb +166 -0
  1697. data/spec/unit/indirector_spec.rb +150 -0
  1698. data/spec/unit/interface/action_builder_spec.rb +217 -0
  1699. data/spec/unit/interface/action_manager_spec.rb +280 -0
  1700. data/spec/unit/interface/action_spec.rb +650 -0
  1701. data/spec/unit/interface/documentation_spec.rb +33 -0
  1702. data/spec/unit/interface/face_collection_spec.rb +200 -0
  1703. data/spec/unit/interface/option_builder_spec.rb +86 -0
  1704. data/spec/unit/interface/option_spec.rb +156 -0
  1705. data/spec/unit/interface_spec.rb +271 -0
  1706. data/spec/unit/man_spec.rb +32 -0
  1707. data/spec/unit/module_spec.rb +710 -0
  1708. data/spec/unit/module_tool/application_spec.rb +25 -0
  1709. data/spec/unit/module_tool/applications/builder_spec.rb +38 -0
  1710. data/spec/unit/module_tool/applications/checksummer_spec.rb +134 -0
  1711. data/spec/unit/module_tool/applications/installer_spec.rb +331 -0
  1712. data/spec/unit/module_tool/applications/searcher_spec.rb +38 -0
  1713. data/spec/unit/module_tool/applications/uninstaller_spec.rb +207 -0
  1714. data/spec/unit/module_tool/applications/unpacker_spec.rb +34 -0
  1715. data/spec/unit/module_tool/applications/upgrader_spec.rb +34 -0
  1716. data/spec/unit/module_tool/install_directory_spec.rb +70 -0
  1717. data/spec/unit/module_tool/metadata_spec.rb +24 -0
  1718. data/spec/unit/module_tool/tar/gnu_spec.rb +22 -0
  1719. data/spec/unit/module_tool/tar/mini_spec.rb +59 -0
  1720. data/spec/unit/module_tool/tar/solaris_spec.rb +22 -0
  1721. data/spec/unit/module_tool/tar_spec.rb +45 -0
  1722. data/spec/unit/module_tool_spec.rb +204 -0
  1723. data/spec/unit/network/auth_config_parser_spec.rb +101 -0
  1724. data/spec/unit/network/authconfig_spec.rb +109 -0
  1725. data/spec/unit/network/authentication_spec.rb +100 -0
  1726. data/spec/unit/network/authorization_spec.rb +34 -0
  1727. data/spec/unit/network/authstore_spec.rb +424 -0
  1728. data/spec/unit/network/format_handler_spec.rb +94 -0
  1729. data/spec/unit/network/format_spec.rb +197 -0
  1730. data/spec/unit/network/format_support_spec.rb +199 -0
  1731. data/spec/unit/network/formats_spec.rb +422 -0
  1732. data/spec/unit/network/http/api/v1_spec.rb +519 -0
  1733. data/spec/unit/network/http/api/v2/authorization_spec.rb +57 -0
  1734. data/spec/unit/network/http/api/v2/environments_spec.rb +42 -0
  1735. data/spec/unit/network/http/api/v2_spec.rb +14 -0
  1736. data/spec/unit/network/http/compression_spec.rb +196 -0
  1737. data/spec/unit/network/http/connection_spec.rb +271 -0
  1738. data/spec/unit/network/http/error_spec.rb +30 -0
  1739. data/spec/unit/network/http/handler_spec.rb +222 -0
  1740. data/spec/unit/network/http/rack/rest_spec.rb +316 -0
  1741. data/spec/unit/network/http/rack_spec.rb +43 -0
  1742. data/spec/unit/network/http/route_spec.rb +75 -0
  1743. data/spec/unit/network/http/webrick/rest_spec.rb +231 -0
  1744. data/spec/unit/network/http/webrick_spec.rb +271 -0
  1745. data/spec/unit/network/http_pool_spec.rb +74 -0
  1746. data/spec/unit/network/resolver_spec.rb +207 -0
  1747. data/spec/unit/network/rights_spec.rb +438 -0
  1748. data/spec/unit/network/server_spec.rb +95 -0
  1749. data/spec/unit/node/environment_spec.rb +466 -0
  1750. data/spec/unit/node/facts_spec.rb +175 -0
  1751. data/spec/unit/node_spec.rb +323 -0
  1752. data/spec/unit/other/selinux_spec.rb +99 -0
  1753. data/spec/unit/parameter/boolean_spec.rb +35 -0
  1754. data/spec/unit/parameter/package_options_spec.rb +44 -0
  1755. data/spec/unit/parameter/path_spec.rb +24 -0
  1756. data/spec/unit/parameter/value_collection_spec.rb +166 -0
  1757. data/spec/unit/parameter/value_spec.rb +87 -0
  1758. data/spec/unit/parameter_spec.rb +193 -0
  1759. data/spec/unit/parser/ast/arithmetic_operator_spec.rb +160 -0
  1760. data/spec/unit/parser/ast/astarray_spec.rb +56 -0
  1761. data/spec/unit/parser/ast/asthash_spec.rb +98 -0
  1762. data/spec/unit/parser/ast/block_expression_spec.rb +67 -0
  1763. data/spec/unit/parser/ast/boolean_operator_spec.rb +54 -0
  1764. data/spec/unit/parser/ast/casestatement_spec.rb +168 -0
  1765. data/spec/unit/parser/ast/collection_spec.rb +70 -0
  1766. data/spec/unit/parser/ast/collexpr_spec.rb +120 -0
  1767. data/spec/unit/parser/ast/comparison_operator_spec.rb +118 -0
  1768. data/spec/unit/parser/ast/definition_spec.rb +21 -0
  1769. data/spec/unit/parser/ast/function_spec.rb +92 -0
  1770. data/spec/unit/parser/ast/hostclass_spec.rb +72 -0
  1771. data/spec/unit/parser/ast/ifstatement_spec.rb +77 -0
  1772. data/spec/unit/parser/ast/in_operator_spec.rb +61 -0
  1773. data/spec/unit/parser/ast/leaf_spec.rb +511 -0
  1774. data/spec/unit/parser/ast/match_operator_spec.rb +51 -0
  1775. data/spec/unit/parser/ast/minus_spec.rb +37 -0
  1776. data/spec/unit/parser/ast/node_spec.rb +30 -0
  1777. data/spec/unit/parser/ast/nop_spec.rb +19 -0
  1778. data/spec/unit/parser/ast/not_spec.rb +31 -0
  1779. data/spec/unit/parser/ast/relationship_spec.rb +87 -0
  1780. data/spec/unit/parser/ast/resource_defaults_spec.rb +21 -0
  1781. data/spec/unit/parser/ast/resource_override_spec.rb +50 -0
  1782. data/spec/unit/parser/ast/resource_reference_spec.rb +56 -0
  1783. data/spec/unit/parser/ast/resource_spec.rb +183 -0
  1784. data/spec/unit/parser/ast/resourceparam_spec.rb +51 -0
  1785. data/spec/unit/parser/ast/selector_spec.rb +88 -0
  1786. data/spec/unit/parser/ast/vardef_spec.rb +68 -0
  1787. data/spec/unit/parser/ast_spec.rb +76 -0
  1788. data/spec/unit/parser/collector_spec.rb +438 -0
  1789. data/spec/unit/parser/compiler_spec.rb +903 -0
  1790. data/spec/unit/parser/eparser_adapter_spec.rb +407 -0
  1791. data/spec/unit/parser/files_spec.rb +149 -0
  1792. data/spec/unit/parser/functions/contain_spec.rb +185 -0
  1793. data/spec/unit/parser/functions/create_resources_spec.rb +206 -0
  1794. data/spec/unit/parser/functions/defined_spec.rb +114 -0
  1795. data/spec/unit/parser/functions/epp_spec.rb +88 -0
  1796. data/spec/unit/parser/functions/extlookup_spec.rb +102 -0
  1797. data/spec/unit/parser/functions/fail_spec.rb +28 -0
  1798. data/spec/unit/parser/functions/file_spec.rb +55 -0
  1799. data/spec/unit/parser/functions/fqdn_rand_spec.rb +46 -0
  1800. data/spec/unit/parser/functions/generate_spec.rb +132 -0
  1801. data/spec/unit/parser/functions/hiera_array_spec.rb +26 -0
  1802. data/spec/unit/parser/functions/hiera_hash_spec.rb +22 -0
  1803. data/spec/unit/parser/functions/hiera_include_spec.rb +39 -0
  1804. data/spec/unit/parser/functions/hiera_spec.rb +22 -0
  1805. data/spec/unit/parser/functions/include_spec.rb +51 -0
  1806. data/spec/unit/parser/functions/inline_epp_spec.rb +82 -0
  1807. data/spec/unit/parser/functions/inline_template_spec.rb +34 -0
  1808. data/spec/unit/parser/functions/lookup_spec.rb +146 -0
  1809. data/spec/unit/parser/functions/realize_spec.rb +53 -0
  1810. data/spec/unit/parser/functions/regsubst_spec.rb +196 -0
  1811. data/spec/unit/parser/functions/require_spec.rb +61 -0
  1812. data/spec/unit/parser/functions/search_spec.rb +23 -0
  1813. data/spec/unit/parser/functions/shellquote_spec.rb +67 -0
  1814. data/spec/unit/parser/functions/split_spec.rb +53 -0
  1815. data/spec/unit/parser/functions/sprintf_spec.rb +51 -0
  1816. data/spec/unit/parser/functions/tag_spec.rb +28 -0
  1817. data/spec/unit/parser/functions/template_spec.rb +89 -0
  1818. data/spec/unit/parser/functions/versioncmp_spec.rb +33 -0
  1819. data/spec/unit/parser/functions_spec.rb +135 -0
  1820. data/spec/unit/parser/lexer_spec.rb +868 -0
  1821. data/spec/unit/parser/methods/each_spec.rb +91 -0
  1822. data/spec/unit/parser/methods/filter_spec.rb +135 -0
  1823. data/spec/unit/parser/methods/map_spec.rb +184 -0
  1824. data/spec/unit/parser/methods/reduce_spec.rb +78 -0
  1825. data/spec/unit/parser/methods/shared.rb +45 -0
  1826. data/spec/unit/parser/methods/slice_spec.rb +135 -0
  1827. data/spec/unit/parser/parser_spec.rb +535 -0
  1828. data/spec/unit/parser/relationship_spec.rb +93 -0
  1829. data/spec/unit/parser/resource/param_spec.rb +44 -0
  1830. data/spec/unit/parser/resource_spec.rb +586 -0
  1831. data/spec/unit/parser/scope_spec.rb +661 -0
  1832. data/spec/unit/parser/templatewrapper_spec.rb +118 -0
  1833. data/spec/unit/parser/type_loader_spec.rb +225 -0
  1834. data/spec/unit/pops/adaptable_spec.rb +141 -0
  1835. data/spec/unit/pops/benchmark_spec.rb +142 -0
  1836. data/spec/unit/pops/binder/binder_spec.rb +43 -0
  1837. data/spec/unit/pops/binder/bindings_checker_spec.rb +155 -0
  1838. data/spec/unit/pops/binder/bindings_composer_spec.rb +64 -0
  1839. data/spec/unit/pops/binder/bindings_validator_factory_spec.rb +18 -0
  1840. data/spec/unit/pops/binder/config/binder_config_spec.rb +35 -0
  1841. data/spec/unit/pops/binder/injector_spec.rb +784 -0
  1842. data/spec/unit/pops/containment_spec.rb +26 -0
  1843. data/spec/unit/pops/evaluator/access_ops_spec.rb +376 -0
  1844. data/spec/unit/pops/evaluator/arithmetic_ops_spec.rb +77 -0
  1845. data/spec/unit/pops/evaluator/basic_expressions_spec.rb +103 -0
  1846. data/spec/unit/pops/evaluator/collections_ops_spec.rb +111 -0
  1847. data/spec/unit/pops/evaluator/comparison_ops_spec.rb +256 -0
  1848. data/spec/unit/pops/evaluator/conditionals_spec.rb +190 -0
  1849. data/spec/unit/pops/evaluator/evaluating_parser_spec.rb +1045 -0
  1850. data/spec/unit/pops/evaluator/evaluator_rspec_helper.rb +75 -0
  1851. data/spec/unit/pops/evaluator/logical_ops_spec.rb +90 -0
  1852. data/spec/unit/pops/evaluator/string_interpolation_spec.rb +44 -0
  1853. data/spec/unit/pops/evaluator/variables_spec.rb +194 -0
  1854. data/spec/unit/pops/factory_rspec_helper.rb +77 -0
  1855. data/spec/unit/pops/factory_spec.rb +306 -0
  1856. data/spec/unit/pops/issues_spec.rb +26 -0
  1857. data/spec/unit/pops/label_provider_spec.rb +42 -0
  1858. data/spec/unit/pops/model/ast_transformer_spec.rb +76 -0
  1859. data/spec/unit/pops/model/model_spec.rb +37 -0
  1860. data/spec/unit/pops/parser/epp_parser_spec.rb +86 -0
  1861. data/spec/unit/pops/parser/evaluating_parser_spec.rb +90 -0
  1862. data/spec/unit/pops/parser/lexer2_spec.rb +428 -0
  1863. data/spec/unit/pops/parser/lexer_spec.rb +840 -0
  1864. data/spec/unit/pops/parser/parse_basic_expressions_spec.rb +273 -0
  1865. data/spec/unit/pops/parser/parse_calls_spec.rb +101 -0
  1866. data/spec/unit/pops/parser/parse_conditionals_spec.rb +150 -0
  1867. data/spec/unit/pops/parser/parse_containers_spec.rb +206 -0
  1868. data/spec/unit/pops/parser/parse_heredoc_spec.rb +73 -0
  1869. data/spec/unit/pops/parser/parse_resource_spec.rb +242 -0
  1870. data/spec/unit/pops/parser/parser_rspec_helper.rb +11 -0
  1871. data/spec/unit/pops/parser/parser_spec.rb +17 -0
  1872. data/spec/unit/pops/parser/rgen_sanitycheck_spec.rb +23 -0
  1873. data/spec/unit/pops/transformer/transform_basic_expressions_spec.rb +243 -0
  1874. data/spec/unit/pops/transformer/transform_calls_spec.rb +115 -0
  1875. data/spec/unit/pops/transformer/transform_conditionals_spec.rb +123 -0
  1876. data/spec/unit/pops/transformer/transform_containers_spec.rb +190 -0
  1877. data/spec/unit/pops/transformer/transform_resource_spec.rb +185 -0
  1878. data/spec/unit/pops/transformer/transformer_rspec_helper.rb +27 -0
  1879. data/spec/unit/pops/types/enumeration_spec.rb +50 -0
  1880. data/spec/unit/pops/types/type_calculator_spec.rb +1459 -0
  1881. data/spec/unit/pops/types/type_factory_spec.rb +169 -0
  1882. data/spec/unit/pops/types/type_parser_spec.rb +197 -0
  1883. data/spec/unit/pops/validator/validator_spec.rb +68 -0
  1884. data/spec/unit/pops/visitor_spec.rb +94 -0
  1885. data/spec/unit/property/boolean_spec.rb +24 -0
  1886. data/spec/unit/property/ensure_spec.rb +12 -0
  1887. data/spec/unit/property/keyvalue_spec.rb +170 -0
  1888. data/spec/unit/property/list_spec.rb +165 -0
  1889. data/spec/unit/property/ordered_list_spec.rb +63 -0
  1890. data/spec/unit/property_spec.rb +541 -0
  1891. data/spec/unit/provider/README.markdown +4 -0
  1892. data/spec/unit/provider/aixobject_spec.rb +101 -0
  1893. data/spec/unit/provider/augeas/augeas_spec.rb +897 -0
  1894. data/spec/unit/provider/cisco_spec.rb +15 -0
  1895. data/spec/unit/provider/command_spec.rb +62 -0
  1896. data/spec/unit/provider/cron/crontab_spec.rb +206 -0
  1897. data/spec/unit/provider/cron/parsed_spec.rb +321 -0
  1898. data/spec/unit/provider/exec/posix_spec.rb +211 -0
  1899. data/spec/unit/provider/exec/shell_spec.rb +53 -0
  1900. data/spec/unit/provider/exec/windows_spec.rb +107 -0
  1901. data/spec/unit/provider/exec_spec.rb +35 -0
  1902. data/spec/unit/provider/file/posix_spec.rb +232 -0
  1903. data/spec/unit/provider/file/windows_spec.rb +154 -0
  1904. data/spec/unit/provider/group/groupadd_spec.rb +76 -0
  1905. data/spec/unit/provider/group/ldap_spec.rb +101 -0
  1906. data/spec/unit/provider/group/pw_spec.rb +81 -0
  1907. data/spec/unit/provider/group/windows_adsi_spec.rb +168 -0
  1908. data/spec/unit/provider/host/parsed_spec.rb +197 -0
  1909. data/spec/unit/provider/interface/cisco_spec.rb +57 -0
  1910. data/spec/unit/provider/ldap_spec.rb +244 -0
  1911. data/spec/unit/provider/macauthorization_spec.rb +152 -0
  1912. data/spec/unit/provider/mcx/mcxcontent_spec.rb +192 -0
  1913. data/spec/unit/provider/mount/parsed_spec.rb +283 -0
  1914. data/spec/unit/provider/mount_spec.rb +165 -0
  1915. data/spec/unit/provider/naginator_spec.rb +65 -0
  1916. data/spec/unit/provider/nameservice/directoryservice_spec.rb +189 -0
  1917. data/spec/unit/provider/nameservice_spec.rb +304 -0
  1918. data/spec/unit/provider/network_device_spec.rb +152 -0
  1919. data/spec/unit/provider/package/aix_spec.rb +107 -0
  1920. data/spec/unit/provider/package/appdmg_spec.rb +42 -0
  1921. data/spec/unit/provider/package/apt_spec.rb +146 -0
  1922. data/spec/unit/provider/package/aptitude_spec.rb +45 -0
  1923. data/spec/unit/provider/package/aptrpm_spec.rb +45 -0
  1924. data/spec/unit/provider/package/dpkg_spec.rb +281 -0
  1925. data/spec/unit/provider/package/freebsd_spec.rb +54 -0
  1926. data/spec/unit/provider/package/gem_spec.rb +162 -0
  1927. data/spec/unit/provider/package/hpux_spec.rb +51 -0
  1928. data/spec/unit/provider/package/macports_spec.rb +140 -0
  1929. data/spec/unit/provider/package/msi_spec.rb +229 -0
  1930. data/spec/unit/provider/package/nim_spec.rb +250 -0
  1931. data/spec/unit/provider/package/openbsd_spec.rb +312 -0
  1932. data/spec/unit/provider/package/opkg_spec.rb +180 -0
  1933. data/spec/unit/provider/package/pacman_spec.rb +295 -0
  1934. data/spec/unit/provider/package/pip_spec.rb +247 -0
  1935. data/spec/unit/provider/package/pkg_spec.rb +255 -0
  1936. data/spec/unit/provider/package/pkgdmg_spec.rb +144 -0
  1937. data/spec/unit/provider/package/pkgin_spec.rb +178 -0
  1938. data/spec/unit/provider/package/pkgutil_spec.rb +235 -0
  1939. data/spec/unit/provider/package/portage_spec.rb +65 -0
  1940. data/spec/unit/provider/package/rpm_spec.rb +367 -0
  1941. data/spec/unit/provider/package/sun_spec.rb +114 -0
  1942. data/spec/unit/provider/package/up2date_spec.rb +24 -0
  1943. data/spec/unit/provider/package/urpmi.rb +80 -0
  1944. data/spec/unit/provider/package/windows/exe_package_spec.rb +99 -0
  1945. data/spec/unit/provider/package/windows/msi_package_spec.rb +115 -0
  1946. data/spec/unit/provider/package/windows/package_spec.rb +126 -0
  1947. data/spec/unit/provider/package/windows_spec.rb +251 -0
  1948. data/spec/unit/provider/package/yum_spec.rb +195 -0
  1949. data/spec/unit/provider/package/zypper_spec.rb +141 -0
  1950. data/spec/unit/provider/parsedfile_spec.rb +228 -0
  1951. data/spec/unit/provider/scheduled_task/win32_taskscheduler_spec.rb +1574 -0
  1952. data/spec/unit/provider/selboolean_spec.rb +36 -0
  1953. data/spec/unit/provider/selmodule-example.pp +0 -0
  1954. data/spec/unit/provider/selmodule_spec.rb +73 -0
  1955. data/spec/unit/provider/service/base_spec.rb +77 -0
  1956. data/spec/unit/provider/service/daemontools_spec.rb +171 -0
  1957. data/spec/unit/provider/service/debian_spec.rb +116 -0
  1958. data/spec/unit/provider/service/freebsd_spec.rb +75 -0
  1959. data/spec/unit/provider/service/gentoo_spec.rb +241 -0
  1960. data/spec/unit/provider/service/init_spec.rb +212 -0
  1961. data/spec/unit/provider/service/launchd_spec.rb +290 -0
  1962. data/spec/unit/provider/service/openbsd_spec.rb +125 -0
  1963. data/spec/unit/provider/service/openrc_spec.rb +225 -0
  1964. data/spec/unit/provider/service/openwrt_spec.rb +109 -0
  1965. data/spec/unit/provider/service/redhat_spec.rb +148 -0
  1966. data/spec/unit/provider/service/runit_spec.rb +145 -0
  1967. data/spec/unit/provider/service/smf_spec.rb +153 -0
  1968. data/spec/unit/provider/service/src_spec.rb +173 -0
  1969. data/spec/unit/provider/service/systemd_spec.rb +162 -0
  1970. data/spec/unit/provider/service/upstart_spec.rb +522 -0
  1971. data/spec/unit/provider/service/windows_spec.rb +183 -0
  1972. data/spec/unit/provider/ssh_authorized_key/parsed_spec.rb +255 -0
  1973. data/spec/unit/provider/sshkey/parsed_spec.rb +71 -0
  1974. data/spec/unit/provider/user/aix_spec.rb +162 -0
  1975. data/spec/unit/provider/user/directoryservice_spec.rb +1063 -0
  1976. data/spec/unit/provider/user/hpux_spec.rb +52 -0
  1977. data/spec/unit/provider/user/ldap_spec.rb +289 -0
  1978. data/spec/unit/provider/user/pw_spec.rb +214 -0
  1979. data/spec/unit/provider/user/user_role_add_spec.rb +335 -0
  1980. data/spec/unit/provider/user/useradd_spec.rb +430 -0
  1981. data/spec/unit/provider/user/windows_adsi_spec.rb +173 -0
  1982. data/spec/unit/provider/vlan/cisco_spec.rb +55 -0
  1983. data/spec/unit/provider/yumrepo/inifile_spec.rb +105 -0
  1984. data/spec/unit/provider/zfs/zfs_spec.rb +106 -0
  1985. data/spec/unit/provider/zone/solaris_spec.rb +195 -0
  1986. data/spec/unit/provider/zpool/zpool_spec.rb +214 -0
  1987. data/spec/unit/provider_spec.rb +714 -0
  1988. data/spec/unit/puppet_spec.rb +41 -0
  1989. data/spec/unit/rails/host_spec.rb +162 -0
  1990. data/spec/unit/rails/param_value_spec.rb +46 -0
  1991. data/spec/unit/rails/resource_spec.rb +115 -0
  1992. data/spec/unit/rails_spec.rb +244 -0
  1993. data/spec/unit/relationship_spec.rb +228 -0
  1994. data/spec/unit/reports/http_spec.rb +100 -0
  1995. data/spec/unit/reports/rrdgraph_spec.rb +29 -0
  1996. data/spec/unit/reports/store_spec.rb +76 -0
  1997. data/spec/unit/reports/tagmail_spec.rb +218 -0
  1998. data/spec/unit/reports_spec.rb +60 -0
  1999. data/spec/unit/resource/catalog_spec.rb +973 -0
  2000. data/spec/unit/resource/status_spec.rb +220 -0
  2001. data/spec/unit/resource/type_collection_helper_spec.rb +24 -0
  2002. data/spec/unit/resource/type_collection_spec.rb +417 -0
  2003. data/spec/unit/resource/type_spec.rb +777 -0
  2004. data/spec/unit/resource_spec.rb +979 -0
  2005. data/spec/unit/run_spec.rb +175 -0
  2006. data/spec/unit/scheduler/job_spec.rb +79 -0
  2007. data/spec/unit/scheduler/scheduler_spec.rb +116 -0
  2008. data/spec/unit/scheduler/splay_job_spec.rb +35 -0
  2009. data/spec/unit/semver_spec.rb +303 -0
  2010. data/spec/unit/settings/autosign_setting_spec.rb +103 -0
  2011. data/spec/unit/settings/config_file_spec.rb +153 -0
  2012. data/spec/unit/settings/directory_setting_spec.rb +32 -0
  2013. data/spec/unit/settings/duration_setting_spec.rb +45 -0
  2014. data/spec/unit/settings/enum_setting_spec.rb +27 -0
  2015. data/spec/unit/settings/file_setting_spec.rb +297 -0
  2016. data/spec/unit/settings/ini_file_spec.rb +184 -0
  2017. data/spec/unit/settings/path_setting_spec.rb +30 -0
  2018. data/spec/unit/settings/priority_setting_spec.rb +66 -0
  2019. data/spec/unit/settings/string_setting_spec.rb +75 -0
  2020. data/spec/unit/settings/terminus_setting_spec.rb +28 -0
  2021. data/spec/unit/settings/value_translator_spec.rb +77 -0
  2022. data/spec/unit/settings_spec.rb +1735 -0
  2023. data/spec/unit/ssl/base_spec.rb +85 -0
  2024. data/spec/unit/ssl/certificate_authority/autosign_command_spec.rb +30 -0
  2025. data/spec/unit/ssl/certificate_authority/interface_spec.rb +366 -0
  2026. data/spec/unit/ssl/certificate_authority_spec.rb +1105 -0
  2027. data/spec/unit/ssl/certificate_factory_spec.rb +168 -0
  2028. data/spec/unit/ssl/certificate_request_attributes_spec.rb +61 -0
  2029. data/spec/unit/ssl/certificate_request_spec.rb +369 -0
  2030. data/spec/unit/ssl/certificate_revocation_list_spec.rb +196 -0
  2031. data/spec/unit/ssl/certificate_spec.rb +193 -0
  2032. data/spec/unit/ssl/configuration_spec.rb +134 -0
  2033. data/spec/unit/ssl/digest_spec.rb +35 -0
  2034. data/spec/unit/ssl/host_spec.rb +940 -0
  2035. data/spec/unit/ssl/inventory_spec.rb +137 -0
  2036. data/spec/unit/ssl/key_spec.rb +191 -0
  2037. data/spec/unit/ssl/oids_spec.rb +48 -0
  2038. data/spec/unit/ssl/validator_spec.rb +354 -0
  2039. data/spec/unit/status_spec.rb +51 -0
  2040. data/spec/unit/transaction/additional_resource_generator_spec.rb +411 -0
  2041. data/spec/unit/transaction/event_manager_spec.rb +310 -0
  2042. data/spec/unit/transaction/event_spec.rb +192 -0
  2043. data/spec/unit/transaction/report_spec.rb +497 -0
  2044. data/spec/unit/transaction/resource_harness_spec.rb +478 -0
  2045. data/spec/unit/transaction_spec.rb +671 -0
  2046. data/spec/unit/type/README.markdown +4 -0
  2047. data/spec/unit/type/augeas_spec.rb +119 -0
  2048. data/spec/unit/type/component_spec.rb +53 -0
  2049. data/spec/unit/type/computer_spec.rb +80 -0
  2050. data/spec/unit/type/cron_spec.rb +544 -0
  2051. data/spec/unit/type/exec_spec.rb +763 -0
  2052. data/spec/unit/type/file/checksum_spec.rb +73 -0
  2053. data/spec/unit/type/file/content_spec.rb +463 -0
  2054. data/spec/unit/type/file/ctime_spec.rb +34 -0
  2055. data/spec/unit/type/file/ensure_spec.rb +123 -0
  2056. data/spec/unit/type/file/group_spec.rb +60 -0
  2057. data/spec/unit/type/file/mode_spec.rb +195 -0
  2058. data/spec/unit/type/file/mtime_spec.rb +34 -0
  2059. data/spec/unit/type/file/owner_spec.rb +58 -0
  2060. data/spec/unit/type/file/selinux_spec.rb +89 -0
  2061. data/spec/unit/type/file/source_spec.rb +555 -0
  2062. data/spec/unit/type/file/type_spec.rb +19 -0
  2063. data/spec/unit/type/file_spec.rb +1502 -0
  2064. data/spec/unit/type/filebucket_spec.rb +103 -0
  2065. data/spec/unit/type/group_spec.rb +84 -0
  2066. data/spec/unit/type/host_spec.rb +665 -0
  2067. data/spec/unit/type/interface_spec.rb +97 -0
  2068. data/spec/unit/type/k5login_spec.rb +115 -0
  2069. data/spec/unit/type/macauthorization_spec.rb +110 -0
  2070. data/spec/unit/type/mailalias_spec.rb +21 -0
  2071. data/spec/unit/type/maillist_spec.rb +41 -0
  2072. data/spec/unit/type/mcx_spec.rb +79 -0
  2073. data/spec/unit/type/mount_spec.rb +592 -0
  2074. data/spec/unit/type/nagios_spec.rb +284 -0
  2075. data/spec/unit/type/noop_metaparam_spec.rb +38 -0
  2076. data/spec/unit/type/package/package_settings_spec.rb +135 -0
  2077. data/spec/unit/type/package_spec.rb +304 -0
  2078. data/spec/unit/type/resources_spec.rb +284 -0
  2079. data/spec/unit/type/schedule_spec.rb +607 -0
  2080. data/spec/unit/type/scheduled_task_spec.rb +103 -0
  2081. data/spec/unit/type/selboolean_spec.rb +44 -0
  2082. data/spec/unit/type/selmodule_spec.rb +17 -0
  2083. data/spec/unit/type/service_spec.rb +261 -0
  2084. data/spec/unit/type/ssh_authorized_key_spec.rb +258 -0
  2085. data/spec/unit/type/sshkey_spec.rb +77 -0
  2086. data/spec/unit/type/stage_spec.rb +8 -0
  2087. data/spec/unit/type/tidy_spec.rb +433 -0
  2088. data/spec/unit/type/user_spec.rb +419 -0
  2089. data/spec/unit/type/vlan_spec.rb +44 -0
  2090. data/spec/unit/type/whit_spec.rb +10 -0
  2091. data/spec/unit/type/yumrepo_spec.rb +78 -0
  2092. data/spec/unit/type/zfs_spec.rb +46 -0
  2093. data/spec/unit/type/zone_spec.rb +129 -0
  2094. data/spec/unit/type/zpool_spec.rb +109 -0
  2095. data/spec/unit/type_spec.rb +1094 -0
  2096. data/spec/unit/util/adsi_spec.rb +437 -0
  2097. data/spec/unit/util/autoload_spec.rb +256 -0
  2098. data/spec/unit/util/backups_spec.rb +134 -0
  2099. data/spec/unit/util/cache_accumulator_spec.rb +74 -0
  2100. data/spec/unit/util/cacher_spec.rb +107 -0
  2101. data/spec/unit/util/checksums_spec.rb +173 -0
  2102. data/spec/unit/util/colors_spec.rb +83 -0
  2103. data/spec/unit/util/command_line_spec.rb +188 -0
  2104. data/spec/unit/util/command_line_utils/puppet_option_parser_spec.rb +129 -0
  2105. data/spec/unit/util/constant_inflector_spec.rb +56 -0
  2106. data/spec/unit/util/diff_spec.rb +31 -0
  2107. data/spec/unit/util/docs_spec.rb +100 -0
  2108. data/spec/unit/util/errors_spec.rb +37 -0
  2109. data/spec/unit/util/execution_spec.rb +637 -0
  2110. data/spec/unit/util/execution_stub_spec.rb +39 -0
  2111. data/spec/unit/util/feature_spec.rb +92 -0
  2112. data/spec/unit/util/filetype_spec.rb +211 -0
  2113. data/spec/unit/util/http_proxy_spec.rb +83 -0
  2114. data/spec/unit/util/inline_docs_spec.rb +31 -0
  2115. data/spec/unit/util/instrumentation/data_spec.rb +46 -0
  2116. data/spec/unit/util/instrumentation/indirection_probe_spec.rb +21 -0
  2117. data/spec/unit/util/instrumentation/instrumentable_spec.rb +186 -0
  2118. data/spec/unit/util/instrumentation/listener_spec.rb +101 -0
  2119. data/spec/unit/util/instrumentation/listeners/log_spec.rb +34 -0
  2120. data/spec/unit/util/instrumentation/listeners/performance_spec.rb +36 -0
  2121. data/spec/unit/util/instrumentation_spec.rb +181 -0
  2122. data/spec/unit/util/json_lockfile_spec.rb +50 -0
  2123. data/spec/unit/util/ldap/connection_spec.rb +161 -0
  2124. data/spec/unit/util/ldap/generator_spec.rb +50 -0
  2125. data/spec/unit/util/ldap/manager_spec.rb +641 -0
  2126. data/spec/unit/util/lockfile_spec.rb +118 -0
  2127. data/spec/unit/util/log/destinations_spec.rb +183 -0
  2128. data/spec/unit/util/log/rate_limited_logger_spec.rb +51 -0
  2129. data/spec/unit/util/log_spec.rb +378 -0
  2130. data/spec/unit/util/logging_spec.rb +151 -0
  2131. data/spec/unit/util/metric_spec.rb +98 -0
  2132. data/spec/unit/util/monkey_patches/lines_spec.rb +83 -0
  2133. data/spec/unit/util/monkey_patches_spec.rb +328 -0
  2134. data/spec/unit/util/nagios_maker_spec.rb +122 -0
  2135. data/spec/unit/util/network_device/cisco/device_spec.rb +445 -0
  2136. data/spec/unit/util/network_device/cisco/facts_spec.rb +64 -0
  2137. data/spec/unit/util/network_device/cisco/interface_spec.rb +88 -0
  2138. data/spec/unit/util/network_device/config_spec.rb +86 -0
  2139. data/spec/unit/util/network_device/ipcalc_spec.rb +62 -0
  2140. data/spec/unit/util/network_device/transport/base_spec.rb +41 -0
  2141. data/spec/unit/util/network_device/transport/ssh_spec.rb +218 -0
  2142. data/spec/unit/util/network_device/transport/telnet_spec.rb +84 -0
  2143. data/spec/unit/util/network_device_spec.rb +50 -0
  2144. data/spec/unit/util/package_spec.rb +20 -0
  2145. data/spec/unit/util/pidlock_spec.rb +182 -0
  2146. data/spec/unit/util/posix_spec.rb +251 -0
  2147. data/spec/unit/util/profiler/logging_spec.rb +81 -0
  2148. data/spec/unit/util/profiler/none_spec.rb +12 -0
  2149. data/spec/unit/util/profiler/object_counts_spec.rb +14 -0
  2150. data/spec/unit/util/profiler/wall_clock_spec.rb +13 -0
  2151. data/spec/unit/util/pson_spec.rb +71 -0
  2152. data/spec/unit/util/queue/stomp_spec.rb +137 -0
  2153. data/spec/unit/util/queue_spec.rb +95 -0
  2154. data/spec/unit/util/rdoc/parser_spec.rb +599 -0
  2155. data/spec/unit/util/rdoc_spec.rb +141 -0
  2156. data/spec/unit/util/reference_serializer_spec.rb +51 -0
  2157. data/spec/unit/util/reference_spec.rb +39 -0
  2158. data/spec/unit/util/resource_template_spec.rb +57 -0
  2159. data/spec/unit/util/retryaction_spec.rb +62 -0
  2160. data/spec/unit/util/rubygems_spec.rb +68 -0
  2161. data/spec/unit/util/run_mode_spec.rb +145 -0
  2162. data/spec/unit/util/selinux_spec.rb +289 -0
  2163. data/spec/unit/util/ssl_spec.rb +92 -0
  2164. data/spec/unit/util/storage_spec.rb +210 -0
  2165. data/spec/unit/util/suidmanager_spec.rb +297 -0
  2166. data/spec/unit/util/symbolic_file_mode_spec.rb +182 -0
  2167. data/spec/unit/util/tag_set_spec.rb +46 -0
  2168. data/spec/unit/util/tagging_spec.rb +131 -0
  2169. data/spec/unit/util/terminal_spec.rb +42 -0
  2170. data/spec/unit/util/user_attr_spec.rb +46 -0
  2171. data/spec/unit/util/warnings_spec.rb +38 -0
  2172. data/spec/unit/util/watched_file_spec.rb +52 -0
  2173. data/spec/unit/util/watcher/periodic_watcher_spec.rb +52 -0
  2174. data/spec/unit/util/watcher_spec.rb +56 -0
  2175. data/spec/unit/util/windows/access_control_entry_spec.rb +67 -0
  2176. data/spec/unit/util/windows/access_control_list_spec.rb +133 -0
  2177. data/spec/unit/util/windows/registry_spec.rb +140 -0
  2178. data/spec/unit/util/windows/root_certs_spec.rb +17 -0
  2179. data/spec/unit/util/windows/security_descriptor_spec.rb +117 -0
  2180. data/spec/unit/util/windows/sid_spec.rb +169 -0
  2181. data/spec/unit/util/windows/string_spec.rb +54 -0
  2182. data/spec/unit/util/yaml_spec.rb +55 -0
  2183. data/spec/unit/util/zaml_spec.rb +304 -0
  2184. data/spec/unit/util_spec.rb +577 -0
  2185. data/spec/unit/version_spec.rb +42 -0
  2186. data/spec/watchr.rb +142 -0
  2187. data/tasks/benchmark.rake +109 -0
  2188. data/tasks/ci.rake +29 -0
  2189. data/tasks/manpages.rake +84 -0
  2190. data/tasks/parallel.rake +408 -0
  2191. data/tasks/parser.rake +5 -0
  2192. data/tasks/yard.rake +59 -0
  2193. metadata +3515 -0
@@ -0,0 +1,130 @@
1
+ module Puppetx::Puppet
2
+ # BindingsSchemeHandler is a Puppet Extension Point for the purpose of extending Puppet with a
3
+ # handler of a URI scheme used in the Puppet Bindings / Injector system.
4
+ # The intended use is to create a class derived from this class and then register it with the
5
+ # Puppet Binder.
6
+ #
7
+ # Creating the Extension Class
8
+ # ----------------------------
9
+ # As an example, a class for getting LDAP data and transforming into bindings based on an LDAP URI scheme (such as RFC 2255, 4516)
10
+ # may be authored in say a puppet module called 'exampleorg/ldap'. The name of the class should start with `Puppetx::<user>::<module>`,
11
+ # e.g. 'Puppetx::Exampleorg::Ldap::LdapBindingsSchemeHandler" and
12
+ # be located in `lib/puppetx/exampleorg/Ldap/LdapBindingsSchemeHandler.rb`. (These rules are not enforced, but it make the class
13
+ # both auto-loadable, and guaranteed to not have a name that clashes with some other LdapBindingsSchemeHandler from some other
14
+ # author/organization.
15
+ #
16
+ # The Puppet Binder will auto-load the file when it
17
+ # has a binding to the class `Puppetx::Exampleorg::Ldap::LdapBindingsSchemeHandler'
18
+ # The Ruby Module `Puppetx` is created by Puppet, the remaining modules should be created by the loaded logic - e.g.:
19
+ #
20
+ # @example Defining an LdapBindingsSchemeHandler
21
+ # module Puppetx::Exampleorg
22
+ # module Ldap
23
+ # class LdapBindingsSchemeHandler < Puppetx::Puppetlabs::BindingsSchemeHandler
24
+ # # implement the methods
25
+ # end
26
+ # end
27
+ # end
28
+ #
29
+ #
30
+ # The expand_included method
31
+ # --------------------------
32
+ # This method is given a URI (as entred by a user in a bindings configuration) and the handler's first task is to
33
+ # perform checking, transformation, and possible expansion into multiple URIs for loading. The result is always an array
34
+ # of URIs. This method allows users to enter wild-cards, or to represent something symbolic that is transformed into one or
35
+ # more "real URIs" to load. (It is allowed to change scheme!).
36
+ # If the "optional" feature is supported, the handler should not include the URI in the result unless it will be able to produce
37
+ # bindings for the given URI (as an option it may produce an empty set of bindings).
38
+ #
39
+ # The expand_excluded method
40
+ # ---------------------------
41
+ # This method is given an URI (as entered by the user in a bindings configuration), and it is the handler's second task
42
+ # to perform checking, transformation, and possible expansion into multiple URIs that should not be loaded. The result is always
43
+ # an array of URIs. The user may be allowed to enter wild-cards etc. The URIs produced by this method should have the same syntax
44
+ # as those produced by {#expand_included} since they are excluded by comparison.
45
+ #
46
+ # The contributed_bindings method
47
+ # -------------------------------
48
+ # As the last step, the handler is being called once per URI that was included, and not later excluded to produce the
49
+ # contributed bindings. It is given three arguments, uri (the uri to load), scope (to provide access to the rest of the
50
+ # environment), and an acceptor (of issues), on which issues can be recorded.
51
+ #
52
+ # Reporting Errors/Issues
53
+ # -----------------------
54
+ # Issues are reported by calling the given composer's acceptor, which takes a severity (e.g. `:error`,
55
+ # `:warning`, or `:ignore`), an {Puppet::Pops::Issues::Issue Issue} instance, and a {Puppet::Pops::Adapters::SourcePosAdapter
56
+ # SourcePosAdapter} (which describes details about linenumber, position, and length of the problem area). If the scheme is
57
+ # not based on file, line, pos - nil can be passed. The URI itself can be passed as file.
58
+ #
59
+ # @example Reporting an issue
60
+ # # create an issue with a symbolic name (that can serve as a reference to more details about the problem),
61
+ # # make the name unique
62
+ # issue = Puppet::Pops::Issues::issue(:EXAMPLEORG_LDAP_ILLEGAL_URI) { "The URI is not a valid Ldap URI" }
63
+ # source_pos = nil
64
+ #
65
+ # # report it
66
+ # composer.acceptor.accept(Puppet::Pops::Validation::Diagnostic.new(:error, issue, uri.to_s, source_pos, {}))
67
+ #
68
+ # Instead of reporting issues, an exception can be raised.
69
+ #
70
+ # @abstract
71
+ # @api public
72
+ #
73
+ class BindingsSchemeHandler
74
+
75
+ # Produces the bindings contributed to the binding system based on the given URI.
76
+ # @param uri [URI] the URI to load bindings from
77
+ # @param scope [Puppet::Pops::Parser::Scope] access to scope and the rest of the environment
78
+ # @param composer [Puppet::Pops::Binder::BindingsComposer] a composer giving access to modules by name, and a diagnostics acceptor
79
+ # @return [Puppet::Pops::Binder::Bindings::ContributedBindings] the bindings to contribute, most conveniently
80
+ # created by calling {Puppet::Pops::Binder::BindingsFactory.contributed_bindings}.
81
+ # @api public
82
+ #
83
+ def contributed_bindings(uri, scope, composer)
84
+ raise NotImplementedError, "The BindingsProviderScheme for uri: '#{uri}' must implement 'contributed_bindings'"
85
+ end
86
+
87
+ # Expands the given URI for the purpose of including the bindings it refers to. The input may contain
88
+ # wild-cards (if supported by this handler), and it is this methods responsibility to transform such into
89
+ # real loadable URIs.
90
+ #
91
+ # A scheme handler that does not support optionality, or wildcards should simply return the given URI
92
+ # in an Array.
93
+ #
94
+ # @param uri [URI] the uri for which bindings are to be produced.
95
+ # @param composer [Puppet::Pops::Binder::BindingsComposer] a composer giving access to modules by name, and a diagnostics acceptor
96
+ # @return [Array<URI>] the transformed, and possibly expanded set of URIs to include.
97
+ # @api public
98
+ #
99
+ def expand_included(uri, composer)
100
+ [uri]
101
+ end
102
+
103
+ # Expands the given URI for the purpose of excluding the bindings it refers to. The input may contain
104
+ # wild-cards (if supported by this handler), and it is this methods responsibility to transform such into
105
+ # real loadable URIs (that match those produced by {#expand_included} that should be excluded from the result.
106
+ #
107
+ # A scheme handler that does not support optionality, or wildcards should simply return the given URI
108
+ # in an Array.
109
+ #
110
+ # @param uri [URI] the uri for which bindings are to be produced.
111
+ # @param composer [Puppet::Pops::Binder::BindingsComposer] a composer giving access to modules by name, and a diagnostics acceptor
112
+ # @return [Array<URI>] the transformed, and possibly expanded set of URIs to include-
113
+ # @api public
114
+ #
115
+ def expand_excluded(uri, composer)
116
+ [uri]
117
+ end
118
+
119
+ # Returns whether the uri is optional or not. A scheme handler does not have to use this method
120
+ # to determine optionality, but if it supports such a feature, and there is no technical problem in supporting
121
+ # it this way, it should be done the same (or at least similar) way across all scheme handlers.
122
+ #
123
+ # This method interprets a URI ending with `?` or has query that is '?optional' as optional.
124
+ #
125
+ # @return [Boolean] whether the uri is an optional reference or not.
126
+ def is_optional?(uri)
127
+ (query = uri.query) && query == '' || query == 'optional'
128
+ end
129
+ end
130
+ end
@@ -0,0 +1,91 @@
1
+ module Puppetx::Puppet
2
+ # SyntaxChecker is a Puppet Extension Point for the purpose of extending Puppet with syntax checkers.
3
+ # The intended use is to create a class derived from this class and then register it with the
4
+ # Puppet Binder.
5
+ #
6
+ # Creating the Extension Class
7
+ # ----------------------------
8
+ # As an example, a class for checking custom xml (aware of some custom schemes) may be authored in
9
+ # say a puppet module called 'exampleorg/xmldata'. The name of the class should start with `Puppetx::<user>::<module>`,
10
+ # e.g. 'Puppetx::Exampleorg::XmlData::XmlChecker" and
11
+ # be located in `lib/puppetx/exampleorg/xml_data/xml_checker.rb`. The Puppet Binder will auto-load this file when it
12
+ # has a binding to the class `Puppetx::Exampleorg::XmlData::XmlChecker'
13
+ # The Ruby Module `Puppetx` is created by Puppet, the remaining modules should be created by the loaded logic - e.g.:
14
+ #
15
+ # @example Defining an XmlChecker
16
+ # module Puppetx::Exampleorg
17
+ # module XmlData
18
+ # class XmlChecker < Puppetx::Puppetlabs::SyntaxCheckers::SyntaxChecker
19
+ # def check(text, syntax_identifier, acceptor, location_hash)
20
+ # # do the checking
21
+ # end
22
+ # end
23
+ # end
24
+ # end
25
+ #
26
+ # Implementing the check method
27
+ # -----------------------------
28
+ # The implementation of the {#check} method should naturally perform syntax checking of the given text/string and
29
+ # produce found issues on the given `acceptor`. These can be warnings or errors. The method should return `false` if
30
+ # any warnings or errors were produced (it is up to the caller to check for error/warning conditions and report them
31
+ # to the user).
32
+ #
33
+ # Issues are reported by calling the given `acceptor`, which takes a severity (e.g. `:error`,
34
+ # or `:warning), an {Puppet::Pops::Issues::Issue} instance, and a {Puppet::Pops::Adapters::SourcePosAdapter}
35
+ # (which describes details about linenumber, position, and length of the problem area). Note that the
36
+ # `location_info` given to the check method holds information about the location of the string in its *container*
37
+ # (e.g. the source position of a Heredoc); this information can be used if more detailed information is not
38
+ # available, or combined if there are more details (relative to the start of the checked string).
39
+ #
40
+ # @example Reporting an issue
41
+ # # create an issue with a symbolic name (that can serve as a reference to more details about the problem),
42
+ # # make the name unique
43
+ # issue = Puppet::Pops::Issues::issue(:EXAMPLEORG_XMLDATA_ILLEGAL_XML) { "syntax error found in xml text" }
44
+ # source_pos = Puppet::Pops::Adapters::SourcePosAdapter.new()
45
+ # source_pos.line = info[:line] # use this if there is no detail from the used parser
46
+ # source_pos.pos = info[:pos] # use this pos if there is no detail from used parser
47
+ #
48
+ # # report it
49
+ # acceptor.accept(Puppet::Pops::Validation::Diagnostic.new(:error, issue, info[:file], source_pos, {}))
50
+ #
51
+ # There is usually a cap on the number of errors/warnings that are presented to the user, this is handled by the
52
+ # reporting logic, but care should be taken to not generate too many as the issues are kept in memory until
53
+ # the checker returns. The acceptor may set a limit and simply ignore issues past a certain (high) number of reported
54
+ # issues (this number is typically higher than the cap on issues reported to the user).
55
+ #
56
+ # The `syntax_identifier`
57
+ # -----------------------
58
+ # The extension makes use of a syntax identifier written in mime-style. This identifier can be something simple
59
+ # as 'xml', or 'json', but can also consist of several segments joined with '+' where the most specific syntax variant
60
+ # is placed first. When searching for a syntax checker; say for JSON having some special traits, say 'userdata', the
61
+ # author of the text may indicate this as the text having the syntax "userdata+json" - when a checker is looked up it is
62
+ # first checked if there is a checker for "userdata+json", if none is found, a lookup is made for "json" (since the text
63
+ # must at least be valid json). The given identifier is passed to the checker (to allow the same checker to check for
64
+ # several dialects/specializations).
65
+ #
66
+ # Use in Puppet DSL
67
+ # -----------------
68
+ # The Puppet DSL Heredoc support and Puppet Templates makes use of the syntax checker extension. A user of a
69
+ # heredoc can specify the syntax in the heredoc tag, e.g.`@(END:userdata+json)`.
70
+ #
71
+ #
72
+ # @abstract
73
+ #
74
+ class SyntaxChecker
75
+ # Checks the text for syntax issues and reports them to the given acceptor.
76
+ # This implementation is abstract, it raises {NotImplementedError} since a subclass should have implemented the
77
+ # method.
78
+ #
79
+ # @param text [String] The text to check
80
+ # @param syntax_identifier [String] The syntax identifier in mime style (e.g. 'json', 'json-patch+json', 'xml', 'myapp+xml'
81
+ # @option location_info [String] :file The filename where the string originates
82
+ # @option location_info [Integer] :line The line number identifying the location where the string is being used/checked
83
+ # @option location_info [Integer] :position The position on the line identifying the location where the string is being used/checked
84
+ # @return [Boolean] Whether the checked string had issues (warnings and/or errors) or not.
85
+ # @api public
86
+ #
87
+ def check(text, syntax_identifier, acceptor, location_info)
88
+ raise NotImplementedError, "The class #{self.class.name} should have implemented the method check()"
89
+ end
90
+ end
91
+ end
@@ -0,0 +1,37 @@
1
+ # A syntax checker for JSON.
2
+ # @api public
3
+ require 'puppetx/puppet/syntax_checker'
4
+ class Puppetx::Puppetlabs::SyntaxCheckers::Json < Puppetx::Puppet::SyntaxChecker
5
+
6
+ # Checks the text for JSON syntax issues and reports them to the given acceptor.
7
+ # This implementation is abstract, it raises {NotImplementedError} since a subclass should have implemented the
8
+ # method.
9
+ #
10
+ # Error messages from the checker are capped at 100 chars from the source text.
11
+ #
12
+ # @param text [String] The text to check
13
+ # @param syntax [String] The syntax identifier in mime style (e.g. 'json', 'json-patch+json', 'xml', 'myapp+xml'
14
+ # @param acceptor [#accept] A Diagnostic acceptor
15
+ # @param source_pos [Puppet::Pops::Adapters::SourcePosAdapter] A source pos adapter with location information
16
+ # @api public
17
+ #
18
+ def check(text, syntax, acceptor, source_pos)
19
+ raise ArgumentError.new("Json syntax checker: the text to check must be a String.") unless text.is_a?(String)
20
+ raise ArgumentError.new("Json syntax checker: the syntax identifier must be a String, e.g. json, data+json") unless syntax.is_a?(String)
21
+ raise ArgumentError.new("Json syntax checker: invalid Acceptor, got: '#{acceptor.class.name}'.") unless acceptor.is_a?(Puppet::Pops::Validation::Acceptor)
22
+ #raise ArgumentError.new("Json syntax checker: location_info must be a Hash") unless location_info.is_a?(Hash)
23
+
24
+ begin
25
+ JSON.parse(text)
26
+ rescue => e
27
+ # Cap the message to 100 chars and replace newlines
28
+ msg = "JSON syntax checker: Cannot parse invalid JSON string. \"#{e.message().slice(0,100).gsub(/\r?\n/, "\\n")}\""
29
+
30
+ # TODO: improve the pops API to allow simpler diagnostic creation while still maintaining capabilities
31
+ # and the issue code. (In this case especially, where there is only a single error message being issued).
32
+ #
33
+ issue = Puppet::Pops::Issues::issue(:ILLEGAL_JSON) { msg }
34
+ acceptor.accept(Puppet::Pops::Validation::Diagnostic.new(:error, issue, source_pos.locator.file, source_pos, {}))
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,124 @@
1
+ require 'puppet/util/monkey_patches'
2
+
3
+ # We need to subclass Numeric to force range comparisons not to try to iterate over SemVer
4
+ # and instead use numeric comparisons (eg >, <, >=, <=)
5
+ # Ruby 1.8 already did this for all ranges, but Ruby 1.9 changed range include behavior
6
+ class SemVer < Numeric
7
+ include Comparable
8
+
9
+ VERSION = /^v?(\d+)\.(\d+)\.(\d+)(-[0-9A-Za-z-]*|)$/
10
+ SIMPLE_RANGE = /^v?(\d+|[xX])(?:\.(\d+|[xX])(?:\.(\d+|[xX]))?)?$/
11
+
12
+ def self.valid?(ver)
13
+ VERSION =~ ver
14
+ end
15
+
16
+ def self.find_matching(pattern, versions)
17
+ versions.select { |v| v.matched_by?("#{pattern}") }.sort.last
18
+ end
19
+
20
+ def self.pre(vstring)
21
+ vstring =~ /-/ ? vstring : vstring + '-'
22
+ end
23
+
24
+ def self.[](range)
25
+ range.gsub(/([><=])\s+/, '\1').split(/\b\s+(?!-)/).map do |r|
26
+ case r
27
+ when SemVer::VERSION
28
+ SemVer.new(pre(r)) .. SemVer.new(r)
29
+ when SemVer::SIMPLE_RANGE
30
+ r += ".0" unless SemVer.valid?(r.gsub(/x/i, '0'))
31
+ SemVer.new(r.gsub(/x/i, '0'))...SemVer.new(r.gsub(/(\d+)\.x/i) { "#{$1.to_i + 1}.0" } + '-')
32
+ when /\s+-\s+/
33
+ a, b = r.split(/\s+-\s+/)
34
+ SemVer.new(pre(a)) .. SemVer.new(b)
35
+ when /^~/
36
+ ver = r.sub(/~/, '').split('.').map(&:to_i)
37
+ start = (ver + [0] * (3 - ver.length)).join('.')
38
+
39
+ ver.pop unless ver.length == 1
40
+ ver[-1] = ver.last + 1
41
+
42
+ finish = (ver + [0] * (3 - ver.length)).join('.')
43
+ SemVer.new(pre(start)) ... SemVer.new(pre(finish))
44
+ when /^>=/
45
+ ver = r.sub(/^>=/, '')
46
+ SemVer.new(pre(ver)) .. SemVer::MAX
47
+ when /^<=/
48
+ ver = r.sub(/^<=/, '')
49
+ SemVer::MIN .. SemVer.new(ver)
50
+ when /^>/
51
+ if r =~ /-/
52
+ ver = [r[1..-1]]
53
+ else
54
+ ver = r.sub(/^>/, '').split('.').map(&:to_i)
55
+ ver[2] = ver.last + 1
56
+ end
57
+ SemVer.new(ver.join('.') + '-') .. SemVer::MAX
58
+ when /^</
59
+ ver = r.sub(/^</, '')
60
+ SemVer::MIN ... SemVer.new(pre(ver))
61
+ else
62
+ (1..1)
63
+ end
64
+ end.inject { |a,e| a & e }
65
+ end
66
+
67
+ attr_reader :major, :minor, :tiny, :special
68
+
69
+ def initialize(ver)
70
+ unless SemVer.valid?(ver)
71
+ raise ArgumentError.new("Invalid version string '#{ver}'!")
72
+ end
73
+
74
+ @major, @minor, @tiny, @special = VERSION.match(ver).captures.map do |x|
75
+ # Because Kernel#Integer tries to interpret hex and octal strings, which
76
+ # we specifically do not want, and which cannot be overridden in 1.8.7.
77
+ Float(x).to_i rescue x
78
+ end
79
+ end
80
+
81
+ def <=>(other)
82
+ other = SemVer.new("#{other}") unless other.is_a? SemVer
83
+ return self.major <=> other.major unless self.major == other.major
84
+ return self.minor <=> other.minor unless self.minor == other.minor
85
+ return self.tiny <=> other.tiny unless self.tiny == other.tiny
86
+
87
+ return 0 if self.special == other.special
88
+ return 1 if self.special == ''
89
+ return -1 if other.special == ''
90
+
91
+ return self.special <=> other.special
92
+ end
93
+
94
+ def matched_by?(pattern)
95
+ # For the time being, this is restricted to exact version matches and
96
+ # simple range patterns. In the future, we should implement some or all of
97
+ # the comparison operators here:
98
+ # https://github.com/isaacs/node-semver/blob/d474801/semver.js#L340
99
+
100
+ case pattern
101
+ when SIMPLE_RANGE
102
+ pattern = SIMPLE_RANGE.match(pattern).captures
103
+ pattern[1] = @minor unless pattern[1] && pattern[1] !~ /x/i
104
+ pattern[2] = @tiny unless pattern[2] && pattern[2] !~ /x/i
105
+ [@major, @minor, @tiny] == pattern.map { |x| x.to_i }
106
+ when VERSION
107
+ self == SemVer.new(pattern)
108
+ else
109
+ false
110
+ end
111
+ end
112
+
113
+ def inspect
114
+ @vstring || "v#{@major}.#{@minor}.#{@tiny}#{@special}"
115
+ end
116
+ alias :to_s :inspect
117
+
118
+ MIN = SemVer.new('0.0.0-')
119
+ MIN.instance_variable_set(:@vstring, 'vMIN')
120
+
121
+ MAX = SemVer.new('8.0.0')
122
+ MAX.instance_variable_set(:@major, Float::INFINITY) # => Infinity
123
+ MAX.instance_variable_set(:@vstring, 'vMAX')
124
+ end
@@ -0,0 +1,1581 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "PUPPETCONF" "5" "January 2013" "Puppet Labs, LLC" "Puppet manual"
5
+ \fBThis page is autogenerated; any changes will get overwritten\fR \fI(last generated on Tue Jan 15 12:33:09 \-0800 2013)\fR
6
+ .
7
+ .SH "Configuration Settings"
8
+ .
9
+ .IP "\(bu" 4
10
+ Each of these settings can be specified in \fBpuppet\.conf\fR or on the command line\.
11
+ .
12
+ .IP "\(bu" 4
13
+ When using boolean settings on the command line, use \fB\-\-setting\fR and \fB\-\-no\-setting\fR instead of \fB\-\-setting (true|false)\fR\.
14
+ .
15
+ .IP "\(bu" 4
16
+ Settings can be interpolated as \fB$variables\fR in other settings; \fB$environment\fR is special, in that puppet master will interpolate each agent node\'s environment instead of its own\.
17
+ .
18
+ .IP "\(bu" 4
19
+ Multiple values should be specified as comma\-separated lists; multiple directories should be separated with the system path separator (usually a colon)\.
20
+ .
21
+ .IP "\(bu" 4
22
+ Settings that represent time intervals should be specified in duration format: an integer immediately followed by one of the units \'y\' (years of 365 days), \'d\' (days), \'h\' (hours), \'m\' (minutes), or \'s\' (seconds)\. The unit cannot be combined with other units, and defaults to seconds when omitted\. Examples are \'3600\' which is equivalent to \'1h\' (one hour), and \'1825d\' which is equivalent to \'5y\' (5 years)\.
23
+ .
24
+ .IP "\(bu" 4
25
+ Settings that take a single file or directory can optionally set the owner, group, and mode for their value: \fBrundir = $vardir/run { owner = puppet, group = puppet, mode = 644 }\fR
26
+ .
27
+ .IP "\(bu" 4
28
+ The Puppet executables will ignore any setting that isn\'t relevant to their function\.
29
+ .
30
+ .IP "" 0
31
+ .
32
+ .P
33
+ See the configuration guide \fIhttp://docs\.puppetlabs\.com/guides/configuring\.html\fR for more details\.
34
+ .
35
+ .SS "agent_catalog_run_lockfile"
36
+ A lock file to indicate that a puppet agent catalog run is currently in progress\. The file contains the pid of the process that holds the lock on the catalog run\.
37
+ .
38
+ .IP "\(bu" 4
39
+ \fIDefault\fR: $statedir/agent_catalog_run\.lock
40
+ .
41
+ .IP "" 0
42
+ .
43
+ .SS "agent_disabled_lockfile"
44
+ A lock file to indicate that puppet agent runs have been administratively disabled\. File contains a JSON object with state information\.
45
+ .
46
+ .IP "\(bu" 4
47
+ \fIDefault\fR: $statedir/agent_disabled\.lock
48
+ .
49
+ .IP "" 0
50
+ .
51
+ .SS "allow_duplicate_certs"
52
+ Whether to allow a new certificate request to overwrite an existing certificate\.
53
+ .
54
+ .IP "\(bu" 4
55
+ \fIDefault\fR: false
56
+ .
57
+ .IP "" 0
58
+ .
59
+ .SS "allow_variables_with_dashes"
60
+ Permit hyphens (\fB\-\fR) in variable names and issue deprecation warnings about them\. This setting \fBshould always be \fBfalse\fR;\fR setting it to \fBtrue\fR will cause subtle and wide\-ranging bugs\. It will be removed in a future version\. Hyphenated variables caused major problems in the language, but were allowed between Puppet 2\.7\.3 and 2\.7\.14\. If you used them during this window, we apologize for the inconvenience \-\-\- you can temporarily set this to \fBtrue\fR in order to upgrade, and can rename your variables at your leisure\. Please revert it to \fBfalse\fR after you have renamed all affected variables\.
61
+ .
62
+ .IP "\(bu" 4
63
+ \fIDefault\fR: false
64
+ .
65
+ .IP "" 0
66
+ .
67
+ .SS "archive_file_server"
68
+ During an inspect run, the file bucket server to archive files to if archive_files is set\.
69
+ .
70
+ .IP "\(bu" 4
71
+ \fIDefault\fR: $server
72
+ .
73
+ .IP "" 0
74
+ .
75
+ .SS "archive_files"
76
+ During an inspect run, whether to archive files whose contents are audited to a file bucket\.
77
+ .
78
+ .IP "\(bu" 4
79
+ \fIDefault\fR: false
80
+ .
81
+ .IP "" 0
82
+ .
83
+ .SS "async_storeconfigs"
84
+ Whether to use a queueing system to provide asynchronous database integration\. Requires that \fBpuppet queue\fR be running\.
85
+ .
86
+ .IP "\(bu" 4
87
+ \fIDefault\fR: false
88
+ .
89
+ .IP "" 0
90
+ .
91
+ .SS "autoflush"
92
+ Whether log files should always flush to disk\.
93
+ .
94
+ .IP "\(bu" 4
95
+ \fIDefault\fR: true
96
+ .
97
+ .IP "" 0
98
+ .
99
+ .SS "autosign"
100
+ Whether to enable autosign\. Valid values are true (which autosigns any key request, and is a very bad idea), false (which never autosigns any key request), and the path to a file, which uses that configuration file to determine which keys to sign\.
101
+ .
102
+ .IP "\(bu" 4
103
+ \fIDefault\fR: $confdir/autosign\.conf
104
+ .
105
+ .IP "" 0
106
+ .
107
+ .SS "bindaddress"
108
+ The address a listening server should bind to\.
109
+ .
110
+ .IP "\(bu" 4
111
+ \fIDefault\fR: 0\.0\.0\.0
112
+ .
113
+ .IP "" 0
114
+ .
115
+ .SS "bucketdir"
116
+ Where FileBucket files are stored\.
117
+ .
118
+ .IP "\(bu" 4
119
+ \fIDefault\fR: $vardir/bucket
120
+ .
121
+ .IP "" 0
122
+ .
123
+ .SS "ca"
124
+ Whether the master should function as a certificate authority\.
125
+ .
126
+ .IP "\(bu" 4
127
+ \fIDefault\fR: true
128
+ .
129
+ .IP "" 0
130
+ .
131
+ .SS "ca_name"
132
+ The name to use the Certificate Authority certificate\.
133
+ .
134
+ .IP "\(bu" 4
135
+ \fIDefault\fR: Puppet CA: $certname
136
+ .
137
+ .IP "" 0
138
+ .
139
+ .SS "ca_port"
140
+ The port to use for the certificate authority\.
141
+ .
142
+ .IP "\(bu" 4
143
+ \fIDefault\fR: $masterport
144
+ .
145
+ .IP "" 0
146
+ .
147
+ .SS "ca_server"
148
+ The server to use for certificate authority requests\. It\'s a separate server because it cannot and does not need to horizontally scale\.
149
+ .
150
+ .IP "\(bu" 4
151
+ \fIDefault\fR: $server
152
+ .
153
+ .IP "" 0
154
+ .
155
+ .SS "ca_ttl"
156
+ The default TTL for new certificates\. If this setting is set, ca_days is ignored\. Can be specified as a duration\.
157
+ .
158
+ .IP "\(bu" 4
159
+ \fIDefault\fR: 5y
160
+ .
161
+ .IP "" 0
162
+ .
163
+ .SS "cacert"
164
+ The CA certificate\.
165
+ .
166
+ .IP "\(bu" 4
167
+ \fIDefault\fR: $cadir/ca_crt\.pem
168
+ .
169
+ .IP "" 0
170
+ .
171
+ .SS "cacrl"
172
+ The certificate revocation list (CRL) for the CA\. Will be used if present but otherwise ignored\.
173
+ .
174
+ .IP "\(bu" 4
175
+ \fIDefault\fR: $cadir/ca_crl\.pem
176
+ .
177
+ .IP "" 0
178
+ .
179
+ .SS "cadir"
180
+ The root directory for the certificate authority\.
181
+ .
182
+ .IP "\(bu" 4
183
+ \fIDefault\fR: $ssldir/ca
184
+ .
185
+ .IP "" 0
186
+ .
187
+ .SS "cakey"
188
+ The CA private key\.
189
+ .
190
+ .IP "\(bu" 4
191
+ \fIDefault\fR: $cadir/ca_key\.pem
192
+ .
193
+ .IP "" 0
194
+ .
195
+ .SS "capass"
196
+ Where the CA stores the password for the private key
197
+ .
198
+ .IP "\(bu" 4
199
+ \fIDefault\fR: $caprivatedir/ca\.pass
200
+ .
201
+ .IP "" 0
202
+ .
203
+ .SS "caprivatedir"
204
+ Where the CA stores private certificate information\.
205
+ .
206
+ .IP "\(bu" 4
207
+ \fIDefault\fR: $cadir/private
208
+ .
209
+ .IP "" 0
210
+ .
211
+ .SS "capub"
212
+ The CA public key\.
213
+ .
214
+ .IP "\(bu" 4
215
+ \fIDefault\fR: $cadir/ca_pub\.pem
216
+ .
217
+ .IP "" 0
218
+ .
219
+ .SS "catalog_cache_terminus"
220
+ How to store cached catalogs\. Valid values are \'json\' and \'yaml\'\. The agent application defaults to \'json\'\.
221
+ .
222
+ .TP
223
+ \fIDefault\fR:
224
+
225
+ .
226
+ .SS "catalog_format"
227
+ (Deprecated for \'preferred_serialization_format\') What format to use to dump the catalog\. Only supports \'marshal\' and \'yaml\'\. Only matters on the client, since it asks the server for a specific format\.
228
+ .
229
+ .SS "catalog_terminus"
230
+ Where to get node catalogs\. This is useful to change if, for instance, you\'d like to pre\-compile catalogs and store them in memcached or some other easily\-accessed store\.
231
+ .
232
+ .IP "\(bu" 4
233
+ \fIDefault\fR: compiler
234
+ .
235
+ .IP "" 0
236
+ .
237
+ .SS "cert_inventory"
238
+ A Complete listing of all certificates
239
+ .
240
+ .IP "\(bu" 4
241
+ \fIDefault\fR: $cadir/inventory\.txt
242
+ .
243
+ .IP "" 0
244
+ .
245
+ .SS "certdir"
246
+ The certificate directory\.
247
+ .
248
+ .IP "\(bu" 4
249
+ \fIDefault\fR: $ssldir/certs
250
+ .
251
+ .IP "" 0
252
+ .
253
+ .SS "certdnsnames"
254
+ The \fBcertdnsnames\fR setting is no longer functional, after CVE\-2011\-3872\. We ignore the value completely\. For your own certificate request you can set \fBdns_alt_names\fR in the configuration and it will apply locally\. There is no configuration option to set DNS alt names, or any other \fBsubjectAltName\fR value, for another nodes certificate\. Alternately you can use the \fB\-\-dns_alt_names\fR command line option to set the labels added while generating your own CSR\.
255
+ .
256
+ .SS "certificate_expire_warning"
257
+ The window of time leading up to a certificate\'s expiration that a notification will be logged\. This applies to CA, master, and agent certificates\. Can be specified as a duration\.
258
+ .
259
+ .IP "\(bu" 4
260
+ \fIDefault\fR: 60d
261
+ .
262
+ .IP "" 0
263
+ .
264
+ .SS "certificate_revocation"
265
+ Whether certificate revocation should be supported by downloading a Certificate Revocation List (CRL) to all clients\. If enabled, CA chaining will almost definitely not work\.
266
+ .
267
+ .IP "\(bu" 4
268
+ \fIDefault\fR: true
269
+ .
270
+ .IP "" 0
271
+ .
272
+ .SS "certname"
273
+ The name to use when handling certificates\. Defaults to the fully qualified domain name\.
274
+ .
275
+ .IP "\(bu" 4
276
+ \fIDefault\fR: sirrus\.puppetlabs\.lan
277
+ .
278
+ .IP "" 0
279
+ .
280
+ .SS "classfile"
281
+ The file in which puppet agent stores a list of the classes associated with the retrieved configuration\. Can be loaded in the separate \fBpuppet\fR executable using the \fB\-\-loadclasses\fR option\.
282
+ .
283
+ .IP "\(bu" 4
284
+ \fIDefault\fR: $statedir/classes\.txt
285
+ .
286
+ .IP "" 0
287
+ .
288
+ .SS "client_datadir"
289
+ The directory in which serialized data is stored on the client\.
290
+ .
291
+ .IP "\(bu" 4
292
+ \fIDefault\fR: $vardir/client_data
293
+ .
294
+ .IP "" 0
295
+ .
296
+ .SS "clientbucketdir"
297
+ Where FileBucket files are stored locally\.
298
+ .
299
+ .IP "\(bu" 4
300
+ \fIDefault\fR: $vardir/clientbucket
301
+ .
302
+ .IP "" 0
303
+ .
304
+ .SS "clientyamldir"
305
+ The directory in which client\-side YAML data is stored\.
306
+ .
307
+ .IP "\(bu" 4
308
+ \fIDefault\fR: $vardir/client_yaml
309
+ .
310
+ .IP "" 0
311
+ .
312
+ .SS "code"
313
+ Code to parse directly\. This is essentially only used by \fBpuppet\fR, and should only be set if you\'re writing your own Puppet executable
314
+ .
315
+ .SS "color"
316
+ Whether to use colors when logging to the console\. Valid values are \fBansi\fR (equivalent to \fBtrue\fR), \fBhtml\fR, and \fBfalse\fR, which produces no color\. Defaults to false on Windows, as its console does not support ansi colors\.
317
+ .
318
+ .IP "\(bu" 4
319
+ \fIDefault\fR: ansi
320
+ .
321
+ .IP "" 0
322
+ .
323
+ .SS "confdir"
324
+ The main Puppet configuration directory\. The default for this setting is calculated based on the user\. If the process is running as root or the user that Puppet is supposed to run as, it defaults to a system directory, but if it\'s running as any other user, it defaults to being in the user\'s home directory\.
325
+ .
326
+ .IP "\(bu" 4
327
+ \fIDefault\fR: /etc/puppet
328
+ .
329
+ .IP "" 0
330
+ .
331
+ .SS "config"
332
+ The configuration file for the current puppet application
333
+ .
334
+ .IP "\(bu" 4
335
+ \fIDefault\fR: $confdir/${config_file_name}
336
+ .
337
+ .IP "" 0
338
+ .
339
+ .SS "config_file_name"
340
+ The name of the puppet config file\.
341
+ .
342
+ .IP "\(bu" 4
343
+ \fIDefault\fR: puppet\.conf
344
+ .
345
+ .IP "" 0
346
+ .
347
+ .SS "config_version"
348
+ How to determine the configuration version\. By default, it will be the time that the configuration is parsed, but you can provide a shell script to override how the version is determined\. The output of this script will be added to every log message in the reports, allowing you to correlate changes on your hosts to the source version on the server\.
349
+ .
350
+ .SS "configprint"
351
+ Print the value of a specific configuration setting\. If the name of a setting is provided for this, then the value is printed and puppet exits\. Comma\-separate multiple values\. For a list of all values, specify \'all\'\.
352
+ .
353
+ .SS "configtimeout"
354
+ How long the client should wait for the configuration to be retrieved before considering it a failure\. This can help reduce flapping if too many clients contact the server at one time\. Can be specified as a duration\.
355
+ .
356
+ .IP "\(bu" 4
357
+ \fIDefault\fR: 2m
358
+ .
359
+ .IP "" 0
360
+ .
361
+ .SS "couchdb_url"
362
+ The url where the puppet couchdb database will be created
363
+ .
364
+ .IP "\(bu" 4
365
+ \fIDefault\fR: http://127\.0\.0\.1:5984/puppet
366
+ .
367
+ .IP "" 0
368
+ .
369
+ .SS "csrdir"
370
+ Where the CA stores certificate requests
371
+ .
372
+ .IP "\(bu" 4
373
+ \fIDefault\fR: $cadir/requests
374
+ .
375
+ .IP "" 0
376
+ .
377
+ .SS "daemonize"
378
+ Whether to send the process into the background\. This defaults to true on POSIX systems, and to false on Windows (where Puppet currently cannot daemonize)\.
379
+ .
380
+ .IP "\(bu" 4
381
+ \fIDefault\fR: true
382
+ .
383
+ .IP "" 0
384
+ .
385
+ .SS "data_binding_terminus"
386
+ Where to retrive information about data\.
387
+ .
388
+ .IP "\(bu" 4
389
+ \fIDefault\fR: hiera
390
+ .
391
+ .IP "" 0
392
+ .
393
+ .SS "dbadapter"
394
+ The type of database to use\.
395
+ .
396
+ .IP "\(bu" 4
397
+ \fIDefault\fR: sqlite3
398
+ .
399
+ .IP "" 0
400
+ .
401
+ .SS "dbconnections"
402
+ The number of database connections for networked databases\. Will be ignored unless the value is a positive integer\.
403
+ .
404
+ .SS "dblocation"
405
+ The database cache for client configurations\. Used for querying within the language\.
406
+ .
407
+ .IP "\(bu" 4
408
+ \fIDefault\fR: $statedir/clientconfigs\.sqlite3
409
+ .
410
+ .IP "" 0
411
+ .
412
+ .SS "dbmigrate"
413
+ Whether to automatically migrate the database\.
414
+ .
415
+ .IP "\(bu" 4
416
+ \fIDefault\fR: false
417
+ .
418
+ .IP "" 0
419
+ .
420
+ .SS "dbname"
421
+ The name of the database to use\.
422
+ .
423
+ .IP "\(bu" 4
424
+ \fIDefault\fR: puppet
425
+ .
426
+ .IP "" 0
427
+ .
428
+ .SS "dbpassword"
429
+ The database password for caching\. Only used when networked databases are used\.
430
+ .
431
+ .IP "\(bu" 4
432
+ \fIDefault\fR: puppet
433
+ .
434
+ .IP "" 0
435
+ .
436
+ .SS "dbport"
437
+ The database password for caching\. Only used when networked databases are used\.
438
+ .
439
+ .SS "dbserver"
440
+ The database server for caching\. Only used when networked databases are used\.
441
+ .
442
+ .IP "\(bu" 4
443
+ \fIDefault\fR: localhost
444
+ .
445
+ .IP "" 0
446
+ .
447
+ .SS "dbsocket"
448
+ The database socket location\. Only used when networked databases are used\. Will be ignored if the value is an empty string\.
449
+ .
450
+ .SS "dbuser"
451
+ The database user for caching\. Only used when networked databases are used\.
452
+ .
453
+ .IP "\(bu" 4
454
+ \fIDefault\fR: puppet
455
+ .
456
+ .IP "" 0
457
+ .
458
+ .SS "default_file_terminus"
459
+ The default source for files if no server is given in a uri, e\.g\. puppet:///file\. The default of \fBrest\fR causes the file to be retrieved using the \fBserver\fR setting\. When running \fBapply\fR the default is \fBfile_server\fR, causing requests to be filled locally\.
460
+ .
461
+ .IP "\(bu" 4
462
+ \fIDefault\fR: rest
463
+ .
464
+ .IP "" 0
465
+ .
466
+ .SS "deviceconfig"
467
+ Path to the device config file for puppet device
468
+ .
469
+ .IP "\(bu" 4
470
+ \fIDefault\fR: $confdir/device\.conf
471
+ .
472
+ .IP "" 0
473
+ .
474
+ .SS "devicedir"
475
+ The root directory of devices\' $vardir
476
+ .
477
+ .IP "\(bu" 4
478
+ \fIDefault\fR: $vardir/devices
479
+ .
480
+ .IP "" 0
481
+ .
482
+ .SS "diff"
483
+ Which diff command to use when printing differences between files\. This setting has no default value on Windows, as standard \fBdiff\fR is not available, but Puppet can use many third\-party diff tools\.
484
+ .
485
+ .IP "\(bu" 4
486
+ \fIDefault\fR: diff
487
+ .
488
+ .IP "" 0
489
+ .
490
+ .SS "diff_args"
491
+ Which arguments to pass to the diff command when printing differences between files\. The command to use can be chosen with the \fBdiff\fR setting\.
492
+ .
493
+ .IP "\(bu" 4
494
+ \fIDefault\fR: \-u
495
+ .
496
+ .IP "" 0
497
+ .
498
+ .SS "dns_alt_names"
499
+ The comma\-separated list of alternative DNS names to use for the local host\. When the node generates a CSR for itself, these are added to the request as the desired \fBsubjectAltName\fR in the certificate: additional DNS labels that the certificate is also valid answering as\. This is generally required if you use a non\-hostname \fBcertname\fR, or if you want to use \fBpuppet kick\fR or \fBpuppet resource \-H\fR and the primary certname does not match the DNS name you use to communicate with the host\. This is unnecessary for agents, unless you intend to use them as a server for \fBpuppet kick\fR or remote \fBpuppet resource\fR management\. It is rarely necessary for servers; it is usually helpful only if you need to have a pool of multiple load balanced masters, or for the same master to respond on two physically separate networks under different names\.
500
+ .
501
+ .SS "document_all"
502
+ Document all resources
503
+ .
504
+ .IP "\(bu" 4
505
+ \fIDefault\fR: false
506
+ .
507
+ .IP "" 0
508
+ .
509
+ .SS "dynamicfacts"
510
+ (Deprecated) Facts that are dynamic; these facts will be ignored when deciding whether changed facts should result in a recompile\. Multiple facts should be comma\-separated\.
511
+ .
512
+ .IP "\(bu" 4
513
+ \fIDefault\fR: memorysize,memoryfree,swapsize,swapfree
514
+ .
515
+ .IP "" 0
516
+ .
517
+ .SS "environment"
518
+ The environment Puppet is running in\. For clients (e\.g\., \fBpuppet agent\fR) this determines the environment itself, which is used to find modules and much more\. For servers (i\.e\., \fBpuppet master\fR) this provides the default environment for nodes we know nothing about\.
519
+ .
520
+ .IP "\(bu" 4
521
+ \fIDefault\fR: production
522
+ .
523
+ .IP "" 0
524
+ .
525
+ .SS "evaltrace"
526
+ Whether each resource should log when it is being evaluated\. This allows you to interactively see exactly what is being done\.
527
+ .
528
+ .IP "\(bu" 4
529
+ \fIDefault\fR: false
530
+ .
531
+ .IP "" 0
532
+ .
533
+ .SS "external_nodes"
534
+ An external command that can produce node information\. The command\'s output must be a YAML dump of a hash, and that hash must have a \fBclasses\fR key and/or a \fBparameters\fR key, where \fBclasses\fR is an array or hash and \fBparameters\fR is a hash\. For unknown nodes, the command should exit with a non\-zero exit code\. This command makes it straightforward to store your node mapping information in other data sources like databases\.
535
+ .
536
+ .IP "\(bu" 4
537
+ \fIDefault\fR: none
538
+ .
539
+ .IP "" 0
540
+ .
541
+ .SS "factpath"
542
+ Where Puppet should look for facts\. Multiple directories should be separated by the system path separator character\. (The POSIX path separator is \':\', and the Windows path separator is \';\'\.)
543
+ .
544
+ .IP "\(bu" 4
545
+ \fIDefault\fR: $vardir/lib/facter:$vardir/facts
546
+ .
547
+ .IP "" 0
548
+ .
549
+ .SS "facts_terminus"
550
+ The node facts terminus\.
551
+ .
552
+ .IP "\(bu" 4
553
+ \fIDefault\fR: facter
554
+ .
555
+ .IP "" 0
556
+ .
557
+ .SS "fileserverconfig"
558
+ Where the fileserver configuration is stored\.
559
+ .
560
+ .IP "\(bu" 4
561
+ \fIDefault\fR: $confdir/fileserver\.conf
562
+ .
563
+ .IP "" 0
564
+ .
565
+ .SS "filetimeout"
566
+ The minimum time to wait between checking for updates in configuration files\. This timeout determines how quickly Puppet checks whether a file (such as manifests or templates) has changed on disk\. Can be specified as a duration\.
567
+ .
568
+ .IP "\(bu" 4
569
+ \fIDefault\fR: 15s
570
+ .
571
+ .IP "" 0
572
+ .
573
+ .SS "freeze_main"
574
+ Freezes the \'main\' class, disallowing any code to be added to it\. This essentially means that you can\'t have any code outside of a node, class, or definition other than in the site manifest\.
575
+ .
576
+ .IP "\(bu" 4
577
+ \fIDefault\fR: false
578
+ .
579
+ .IP "" 0
580
+ .
581
+ .SS "genconfig"
582
+ Whether to just print a configuration to stdout and exit\. Only makes sense when used interactively\. Takes into account arguments specified on the CLI\.
583
+ .
584
+ .IP "\(bu" 4
585
+ \fIDefault\fR: false
586
+ .
587
+ .IP "" 0
588
+ .
589
+ .SS "genmanifest"
590
+ Whether to just print a manifest to stdout and exit\. Only makes sense when used interactively\. Takes into account arguments specified on the CLI\.
591
+ .
592
+ .IP "\(bu" 4
593
+ \fIDefault\fR: false
594
+ .
595
+ .IP "" 0
596
+ .
597
+ .SS "graph"
598
+ Whether to create dot graph files for the different configuration graphs\. These dot files can be interpreted by tools like OmniGraffle or dot (which is part of ImageMagick)\.
599
+ .
600
+ .IP "\(bu" 4
601
+ \fIDefault\fR: false
602
+ .
603
+ .IP "" 0
604
+ .
605
+ .SS "graphdir"
606
+ Where to store dot\-outputted graphs\.
607
+ .
608
+ .IP "\(bu" 4
609
+ \fIDefault\fR: $statedir/graphs
610
+ .
611
+ .IP "" 0
612
+ .
613
+ .SS "group"
614
+ The group puppet master should run as\.
615
+ .
616
+ .IP "\(bu" 4
617
+ \fIDefault\fR: puppet
618
+ .
619
+ .IP "" 0
620
+ .
621
+ .SS "hiera_config"
622
+ The hiera configuration file
623
+ .
624
+ .IP "\(bu" 4
625
+ \fIDefault\fR: $confdir/hiera\.yaml
626
+ .
627
+ .IP "" 0
628
+ .
629
+ .SS "hostcert"
630
+ Where individual hosts store and look for their certificates\.
631
+ .
632
+ .IP "\(bu" 4
633
+ \fIDefault\fR: $certdir/$certname\.pem
634
+ .
635
+ .IP "" 0
636
+ .
637
+ .SS "hostcrl"
638
+ Where the host\'s certificate revocation list can be found\. This is distinct from the certificate authority\'s CRL\.
639
+ .
640
+ .IP "\(bu" 4
641
+ \fIDefault\fR: $ssldir/crl\.pem
642
+ .
643
+ .IP "" 0
644
+ .
645
+ .SS "hostcsr"
646
+ Where individual hosts store and look for their certificate requests\.
647
+ .
648
+ .IP "\(bu" 4
649
+ \fIDefault\fR: $ssldir/csr_$certname\.pem
650
+ .
651
+ .IP "" 0
652
+ .
653
+ .SS "hostprivkey"
654
+ Where individual hosts store and look for their private key\.
655
+ .
656
+ .IP "\(bu" 4
657
+ \fIDefault\fR: $privatekeydir/$certname\.pem
658
+ .
659
+ .IP "" 0
660
+ .
661
+ .SS "hostpubkey"
662
+ Where individual hosts store and look for their public key\.
663
+ .
664
+ .IP "\(bu" 4
665
+ \fIDefault\fR: $publickeydir/$certname\.pem
666
+ .
667
+ .IP "" 0
668
+ .
669
+ .SS "http_compression"
670
+ Allow http compression in REST communication with the master\. This setting might improve performance for agent \-> master communications over slow WANs\. Your puppet master needs to support compression (usually by activating some settings in a reverse\-proxy in front of the puppet master, which rules out webrick)\. It is harmless to activate this settings if your master doesn\'t support compression, but if it supports it, this setting might reduce performance on high\-speed LANs\.
671
+ .
672
+ .IP "\(bu" 4
673
+ \fIDefault\fR: false
674
+ .
675
+ .IP "" 0
676
+ .
677
+ .SS "http_proxy_host"
678
+ The HTTP proxy host to use for outgoing connections\. Note: You may need to use a FQDN for the server hostname when using a proxy\.
679
+ .
680
+ .IP "\(bu" 4
681
+ \fIDefault\fR: none
682
+ .
683
+ .IP "" 0
684
+ .
685
+ .SS "http_proxy_port"
686
+ The HTTP proxy port to use for outgoing connections
687
+ .
688
+ .IP "\(bu" 4
689
+ \fIDefault\fR: 3128
690
+ .
691
+ .IP "" 0
692
+ .
693
+ .SS "httplog"
694
+ Where the puppet agent web server logs\.
695
+ .
696
+ .IP "\(bu" 4
697
+ \fIDefault\fR: $logdir/http\.log
698
+ .
699
+ .IP "" 0
700
+ .
701
+ .SS "ignorecache"
702
+ Ignore cache and always recompile the configuration\. This is useful for testing new configurations, where the local cache may in fact be stale even if the timestamps are up to date \- if the facts change or if the server changes\.
703
+ .
704
+ .IP "\(bu" 4
705
+ \fIDefault\fR: false
706
+ .
707
+ .IP "" 0
708
+ .
709
+ .SS "ignoreimport"
710
+ If true, allows the parser to continue without requiring all files referenced with \fBimport\fR statements to exist\. This setting was primarily designed for use with commit hooks for parse\-checking\.
711
+ .
712
+ .IP "\(bu" 4
713
+ \fIDefault\fR: false
714
+ .
715
+ .IP "" 0
716
+ .
717
+ .SS "ignoreschedules"
718
+ Boolean; whether puppet agent should ignore schedules\. This is useful for initial puppet agent runs\.
719
+ .
720
+ .IP "\(bu" 4
721
+ \fIDefault\fR: false
722
+ .
723
+ .IP "" 0
724
+ .
725
+ .SS "inventory_port"
726
+ The port to communicate with the inventory_server\.
727
+ .
728
+ .IP "\(bu" 4
729
+ \fIDefault\fR: $masterport
730
+ .
731
+ .IP "" 0
732
+ .
733
+ .SS "inventory_server"
734
+ The server to send facts to\.
735
+ .
736
+ .IP "\(bu" 4
737
+ \fIDefault\fR: $server
738
+ .
739
+ .IP "" 0
740
+ .
741
+ .SS "inventory_terminus"
742
+ Should usually be the same as the facts terminus
743
+ .
744
+ .IP "\(bu" 4
745
+ \fIDefault\fR: $facts_terminus
746
+ .
747
+ .IP "" 0
748
+ .
749
+ .SS "keylength"
750
+ The bit length of keys\.
751
+ .
752
+ .IP "\(bu" 4
753
+ \fIDefault\fR: 4096
754
+ .
755
+ .IP "" 0
756
+ .
757
+ .SS "lastrunfile"
758
+ Where puppet agent stores the last run report summary in yaml format\.
759
+ .
760
+ .IP "\(bu" 4
761
+ \fIDefault\fR: $statedir/last_run_summary\.yaml
762
+ .
763
+ .IP "" 0
764
+ .
765
+ .SS "lastrunreport"
766
+ Where puppet agent stores the last run report in yaml format\.
767
+ .
768
+ .IP "\(bu" 4
769
+ \fIDefault\fR: $statedir/last_run_report\.yaml
770
+ .
771
+ .IP "" 0
772
+ .
773
+ .SS "ldapattrs"
774
+ The LDAP attributes to include when querying LDAP for nodes\. All returned attributes are set as variables in the top\-level scope\. Multiple values should be comma\-separated\. The value \'all\' returns all attributes\.
775
+ .
776
+ .IP "\(bu" 4
777
+ \fIDefault\fR: all
778
+ .
779
+ .IP "" 0
780
+ .
781
+ .SS "ldapbase"
782
+ The search base for LDAP searches\. It\'s impossible to provide a meaningful default here, although the LDAP libraries might have one already set\. Generally, it should be the \'ou=Hosts\' branch under your main directory\.
783
+ .
784
+ .SS "ldapclassattrs"
785
+ The LDAP attributes to use to define Puppet classes\. Values should be comma\-separated\.
786
+ .
787
+ .IP "\(bu" 4
788
+ \fIDefault\fR: puppetclass
789
+ .
790
+ .IP "" 0
791
+ .
792
+ .SS "ldapparentattr"
793
+ The attribute to use to define the parent node\.
794
+ .
795
+ .IP "\(bu" 4
796
+ \fIDefault\fR: parentnode
797
+ .
798
+ .IP "" 0
799
+ .
800
+ .SS "ldappassword"
801
+ The password to use to connect to LDAP\.
802
+ .
803
+ .SS "ldapport"
804
+ The LDAP port\. Only used if \fBnode_terminus\fR is set to \fBldap\fR\.
805
+ .
806
+ .IP "\(bu" 4
807
+ \fIDefault\fR: 389
808
+ .
809
+ .IP "" 0
810
+ .
811
+ .SS "ldapserver"
812
+ The LDAP server\. Only used if \fBnode_terminus\fR is set to \fBldap\fR\.
813
+ .
814
+ .IP "\(bu" 4
815
+ \fIDefault\fR: ldap
816
+ .
817
+ .IP "" 0
818
+ .
819
+ .SS "ldapssl"
820
+ Whether SSL should be used when searching for nodes\. Defaults to false because SSL usually requires certificates to be set up on the client side\.
821
+ .
822
+ .IP "\(bu" 4
823
+ \fIDefault\fR: false
824
+ .
825
+ .IP "" 0
826
+ .
827
+ .SS "ldapstackedattrs"
828
+ The LDAP attributes that should be stacked to arrays by adding the values in all hierarchy elements of the tree\. Values should be comma\-separated\.
829
+ .
830
+ .IP "\(bu" 4
831
+ \fIDefault\fR: puppetvar
832
+ .
833
+ .IP "" 0
834
+ .
835
+ .SS "ldapstring"
836
+ The search string used to find an LDAP node\.
837
+ .
838
+ .IP "\(bu" 4
839
+ \fIDefault\fR: (&(objectclass=puppetClient)(cn=%s))
840
+ .
841
+ .IP "" 0
842
+ .
843
+ .SS "ldaptls"
844
+ Whether TLS should be used when searching for nodes\. Defaults to false because TLS usually requires certificates to be set up on the client side\.
845
+ .
846
+ .IP "\(bu" 4
847
+ \fIDefault\fR: false
848
+ .
849
+ .IP "" 0
850
+ .
851
+ .SS "ldapuser"
852
+ The user to use to connect to LDAP\. Must be specified as a full DN\.
853
+ .
854
+ .SS "libdir"
855
+ An extra search path for Puppet\. This is only useful for those files that Puppet will load on demand, and is only guaranteed to work for those cases\. In fact, the autoload mechanism is responsible for making sure this directory is in Ruby\'s search path
856
+ .
857
+ .IP "\(bu" 4
858
+ \fIDefault\fR: $vardir/lib
859
+ .
860
+ .IP "" 0
861
+ .
862
+ .SS "listen"
863
+ Whether puppet agent should listen for connections\. If this is true, then puppet agent will accept incoming REST API requests, subject to the default ACLs and the ACLs set in the \fBrest_authconfig\fR file\. Puppet agent can respond usefully to requests on the \fBrun\fR, \fBfacts\fR, \fBcertificate\fR, and \fBresource\fR endpoints\.
864
+ .
865
+ .IP "\(bu" 4
866
+ \fIDefault\fR: false
867
+ .
868
+ .IP "" 0
869
+ .
870
+ .SS "localcacert"
871
+ Where each client stores the CA certificate\.
872
+ .
873
+ .IP "\(bu" 4
874
+ \fIDefault\fR: $certdir/ca\.pem
875
+ .
876
+ .IP "" 0
877
+ .
878
+ .SS "localconfig"
879
+ Where puppet agent caches the local configuration\. An extension indicating the cache format is added automatically\.
880
+ .
881
+ .IP "\(bu" 4
882
+ \fIDefault\fR: $statedir/localconfig
883
+ .
884
+ .IP "" 0
885
+ .
886
+ .SS "logdir"
887
+ The directory in which to store log files
888
+ .
889
+ .TP
890
+ \fIDefault\fR:
891
+
892
+ .
893
+ .SS "manage_internal_file_permissions"
894
+ Whether Puppet should manage the owner, group, and mode of files it uses internally
895
+ .
896
+ .IP "\(bu" 4
897
+ \fIDefault\fR: true
898
+ .
899
+ .IP "" 0
900
+ .
901
+ .SS "manifest"
902
+ The entry\-point manifest for puppet master\.
903
+ .
904
+ .IP "\(bu" 4
905
+ \fIDefault\fR: $manifestdir/site\.pp
906
+ .
907
+ .IP "" 0
908
+ .
909
+ .SS "manifestdir"
910
+ Where puppet master looks for its manifests\.
911
+ .
912
+ .IP "\(bu" 4
913
+ \fIDefault\fR: $confdir/manifests
914
+ .
915
+ .IP "" 0
916
+ .
917
+ .SS "masterhttplog"
918
+ Where the puppet master web server logs\.
919
+ .
920
+ .IP "\(bu" 4
921
+ \fIDefault\fR: $logdir/masterhttp\.log
922
+ .
923
+ .IP "" 0
924
+ .
925
+ .SS "masterlog"
926
+ Where puppet master logs\. This is generally not used, since syslog is the default log destination\.
927
+ .
928
+ .IP "\(bu" 4
929
+ \fIDefault\fR: $logdir/puppetmaster\.log
930
+ .
931
+ .IP "" 0
932
+ .
933
+ .SS "masterport"
934
+ Which port puppet master listens on\.
935
+ .
936
+ .IP "\(bu" 4
937
+ \fIDefault\fR: 8140
938
+ .
939
+ .IP "" 0
940
+ .
941
+ .SS "maximum_uid"
942
+ The maximum allowed UID\. Some platforms use negative UIDs but then ship with tools that do not know how to handle signed ints, so the UIDs show up as huge numbers that can then not be fed back into the system\. This is a hackish way to fail in a slightly more useful way when that happens\.
943
+ .
944
+ .IP "\(bu" 4
945
+ \fIDefault\fR: 4294967290
946
+ .
947
+ .IP "" 0
948
+ .
949
+ .SS "mkusers"
950
+ Whether to create the necessary user and group that puppet agent will run as\.
951
+ .
952
+ .IP "\(bu" 4
953
+ \fIDefault\fR: false
954
+ .
955
+ .IP "" 0
956
+ .
957
+ .SS "module_repository"
958
+ The module repository
959
+ .
960
+ .IP "\(bu" 4
961
+ \fIDefault\fR: https://forge\.puppetlabs\.com
962
+ .
963
+ .IP "" 0
964
+ .
965
+ .SS "module_working_dir"
966
+ The directory into which module tool data is stored
967
+ .
968
+ .IP "\(bu" 4
969
+ \fIDefault\fR: $vardir/puppet\-module
970
+ .
971
+ .IP "" 0
972
+ .
973
+ .SS "modulepath"
974
+ The search path for modules, as a list of directories separated by the system path separator character\. (The POSIX path separator is \':\', and the Windows path separator is \';\'\.)
975
+ .
976
+ .IP "\(bu" 4
977
+ \fIDefault\fR: $confdir/modules:/usr/share/puppet/modules
978
+ .
979
+ .IP "" 0
980
+ .
981
+ .SS "name"
982
+ The name of the application, if we are running as one\. The default is essentially $0 without the path or \fB\.rb\fR\.
983
+ .
984
+ .TP
985
+ \fIDefault\fR:
986
+
987
+ .
988
+ .SS "node_cache_terminus"
989
+ How to store cached nodes\. Valid values are (none), \'json\', \'yaml\' or write only yaml (\'write_only_yaml\')\. The master application defaults to \'write_only_yaml\', all others to none\.
990
+ .
991
+ .TP
992
+ \fIDefault\fR:
993
+
994
+ .
995
+ .SS "node_name"
996
+ How the puppet master determines the client\'s identity and sets the \'hostname\', \'fqdn\' and \'domain\' facts for use in the manifest, in particular for determining which \'node\' statement applies to the client\. Possible values are \'cert\' (use the subject\'s CN in the client\'s certificate) and \'facter\' (use the hostname that the client reported in its facts)
997
+ .
998
+ .IP "\(bu" 4
999
+ \fIDefault\fR: cert
1000
+ .
1001
+ .IP "" 0
1002
+ .
1003
+ .SS "node_name_fact"
1004
+ The fact name used to determine the node name used for all requests the agent makes to the master\. WARNING: This setting is mutually exclusive with node_name_value\. Changing this setting also requires changes to the default auth\.conf configuration on the Puppet Master\. Please see http://links\.puppetlabs\.com/node_name_fact for more information\.
1005
+ .
1006
+ .SS "node_name_value"
1007
+ The explicit value used for the node name for all requests the agent makes to the master\. WARNING: This setting is mutually exclusive with node_name_fact\. Changing this setting also requires changes to the default auth\.conf configuration on the Puppet Master\. Please see http://links\.puppetlabs\.com/node_name_value for more information\.
1008
+ .
1009
+ .IP "\(bu" 4
1010
+ \fIDefault\fR: $certname
1011
+ .
1012
+ .IP "" 0
1013
+ .
1014
+ .SS "node_terminus"
1015
+ Where to find information about nodes\.
1016
+ .
1017
+ .IP "\(bu" 4
1018
+ \fIDefault\fR: plain
1019
+ .
1020
+ .IP "" 0
1021
+ .
1022
+ .SS "noop"
1023
+ Whether puppet agent should be run in noop mode\.
1024
+ .
1025
+ .IP "\(bu" 4
1026
+ \fIDefault\fR: false
1027
+ .
1028
+ .IP "" 0
1029
+ .
1030
+ .SS "onetime"
1031
+ Run the configuration once, rather than as a long\-running daemon\. This is useful for interactively running puppetd\.
1032
+ .
1033
+ .IP "\(bu" 4
1034
+ \fIDefault\fR: false
1035
+ .
1036
+ .IP "" 0
1037
+ .
1038
+ .SS "passfile"
1039
+ Where puppet agent stores the password for its private key\. Generally unused\.
1040
+ .
1041
+ .IP "\(bu" 4
1042
+ \fIDefault\fR: $privatedir/password
1043
+ .
1044
+ .IP "" 0
1045
+ .
1046
+ .SS "path"
1047
+ The shell search path\. Defaults to whatever is inherited from the parent process\.
1048
+ .
1049
+ .IP "\(bu" 4
1050
+ \fIDefault\fR: none
1051
+ .
1052
+ .IP "" 0
1053
+ .
1054
+ .SS "pidfile"
1055
+ The file containing the PID of a running process\. This file is intended to be used by service management frameworks and monitoring systems to determine if a puppet process is still in the process table\.
1056
+ .
1057
+ .IP "\(bu" 4
1058
+ \fIDefault\fR: $rundir/${run_mode}\.pid
1059
+ .
1060
+ .IP "" 0
1061
+ .
1062
+ .SS "plugindest"
1063
+ Where Puppet should store plugins that it pulls down from the central server\.
1064
+ .
1065
+ .IP "\(bu" 4
1066
+ \fIDefault\fR: $libdir
1067
+ .
1068
+ .IP "" 0
1069
+ .
1070
+ .SS "pluginsignore"
1071
+ What files to ignore when pulling down plugins\.
1072
+ .
1073
+ .IP "\(bu" 4
1074
+ \fIDefault\fR: \.svn CVS \.git
1075
+ .
1076
+ .IP "" 0
1077
+ .
1078
+ .SS "pluginsource"
1079
+ From where to retrieve plugins\. The standard Puppet \fBfile\fR type is used for retrieval, so anything that is a valid file source can be used here\.
1080
+ .
1081
+ .IP "\(bu" 4
1082
+ \fIDefault\fR: puppet://$server/plugins
1083
+ .
1084
+ .IP "" 0
1085
+ .
1086
+ .SS "pluginsync"
1087
+ Whether plugins should be synced with the central server\.
1088
+ .
1089
+ .IP "\(bu" 4
1090
+ \fIDefault\fR: true
1091
+ .
1092
+ .IP "" 0
1093
+ .
1094
+ .SS "postrun_command"
1095
+ A command to run after every agent run\. If this command returns a non\-zero return code, the entire Puppet run will be considered to have failed, even though it might have performed work during the normal run\.
1096
+ .
1097
+ .SS "preferred_serialization_format"
1098
+ The preferred means of serializing ruby instances for passing over the wire\. This won\'t guarantee that all instances will be serialized using this method, since not all classes can be guaranteed to support this format, but it will be used for all classes that support it\.
1099
+ .
1100
+ .IP "\(bu" 4
1101
+ \fIDefault\fR: pson
1102
+ .
1103
+ .IP "" 0
1104
+ .
1105
+ .SS "prerun_command"
1106
+ A command to run before every agent run\. If this command returns a non\-zero return code, the entire Puppet run will fail\.
1107
+ .
1108
+ .SS "privatedir"
1109
+ Where the client stores private certificate information\.
1110
+ .
1111
+ .IP "\(bu" 4
1112
+ \fIDefault\fR: $ssldir/private
1113
+ .
1114
+ .IP "" 0
1115
+ .
1116
+ .SS "privatekeydir"
1117
+ The private key directory\.
1118
+ .
1119
+ .IP "\(bu" 4
1120
+ \fIDefault\fR: $ssldir/private_keys
1121
+ .
1122
+ .IP "" 0
1123
+ .
1124
+ .SS "publickeydir"
1125
+ The public key directory\.
1126
+ .
1127
+ .IP "\(bu" 4
1128
+ \fIDefault\fR: $ssldir/public_keys
1129
+ .
1130
+ .IP "" 0
1131
+ .
1132
+ .SS "puppetdlog"
1133
+ The log file for puppet agent\. This is generally not used\.
1134
+ .
1135
+ .IP "\(bu" 4
1136
+ \fIDefault\fR: $logdir/puppetd\.log
1137
+ .
1138
+ .IP "" 0
1139
+ .
1140
+ .SS "puppetport"
1141
+ Which port puppet agent listens on\.
1142
+ .
1143
+ .IP "\(bu" 4
1144
+ \fIDefault\fR: 8139
1145
+ .
1146
+ .IP "" 0
1147
+ .
1148
+ .SS "queue_source"
1149
+ Which type of queue to use for asynchronous processing\. If your stomp server requires authentication, you can include it in the URI as long as your stomp client library is at least 1\.1\.1
1150
+ .
1151
+ .IP "\(bu" 4
1152
+ \fIDefault\fR: stomp://localhost:61613/
1153
+ .
1154
+ .IP "" 0
1155
+ .
1156
+ .SS "queue_type"
1157
+ Which type of queue to use for asynchronous processing\.
1158
+ .
1159
+ .IP "\(bu" 4
1160
+ \fIDefault\fR: stomp
1161
+ .
1162
+ .IP "" 0
1163
+ .
1164
+ .SS "rails_loglevel"
1165
+ The log level for Rails connections\. The value must be a valid log level within Rails\. Production environments normally use \fBinfo\fR and other environments normally use \fBdebug\fR\.
1166
+ .
1167
+ .IP "\(bu" 4
1168
+ \fIDefault\fR: info
1169
+ .
1170
+ .IP "" 0
1171
+ .
1172
+ .SS "railslog"
1173
+ Where Rails\-specific logs are sent
1174
+ .
1175
+ .IP "\(bu" 4
1176
+ \fIDefault\fR: $logdir/rails\.log
1177
+ .
1178
+ .IP "" 0
1179
+ .
1180
+ .SS "report"
1181
+ Whether to send reports after every transaction\.
1182
+ .
1183
+ .IP "\(bu" 4
1184
+ \fIDefault\fR: true
1185
+ .
1186
+ .IP "" 0
1187
+ .
1188
+ .SS "report_port"
1189
+ The port to communicate with the report_server\.
1190
+ .
1191
+ .IP "\(bu" 4
1192
+ \fIDefault\fR: $masterport
1193
+ .
1194
+ .IP "" 0
1195
+ .
1196
+ .SS "report_server"
1197
+ The server to send transaction reports to\.
1198
+ .
1199
+ .IP "\(bu" 4
1200
+ \fIDefault\fR: $server
1201
+ .
1202
+ .IP "" 0
1203
+ .
1204
+ .SS "reportdir"
1205
+ The directory in which to store reports received from the client\. Each client gets a separate subdirectory\.
1206
+ .
1207
+ .IP "\(bu" 4
1208
+ \fIDefault\fR: $vardir/reports
1209
+ .
1210
+ .IP "" 0
1211
+ .
1212
+ .SS "reportfrom"
1213
+ The \'from\' email address for the reports\.
1214
+ .
1215
+ .IP "\(bu" 4
1216
+ \fIDefault\fR: report@sirrus\.puppetlabs\.lan
1217
+ .
1218
+ .IP "" 0
1219
+ .
1220
+ .SS "reports"
1221
+ The list of reports to generate\. All reports are looked for in \fBpuppet/reports/name\.rb\fR, and multiple report names should be comma\-separated (whitespace is okay)\.
1222
+ .
1223
+ .IP "\(bu" 4
1224
+ \fIDefault\fR: store
1225
+ .
1226
+ .IP "" 0
1227
+ .
1228
+ .SS "reporturl"
1229
+ The URL used by the http reports processor to send reports
1230
+ .
1231
+ .IP "\(bu" 4
1232
+ \fIDefault\fR: http://localhost:3000/reports/upload
1233
+ .
1234
+ .IP "" 0
1235
+ .
1236
+ .SS "req_bits"
1237
+ The bit length of the certificates\.
1238
+ .
1239
+ .IP "\(bu" 4
1240
+ \fIDefault\fR: 4096
1241
+ .
1242
+ .IP "" 0
1243
+ .
1244
+ .SS "requestdir"
1245
+ Where host certificate requests are stored\.
1246
+ .
1247
+ .IP "\(bu" 4
1248
+ \fIDefault\fR: $ssldir/certificate_requests
1249
+ .
1250
+ .IP "" 0
1251
+ .
1252
+ .SS "resourcefile"
1253
+ The file in which puppet agent stores a list of the resources associated with the retrieved configuration\.
1254
+ .
1255
+ .IP "\(bu" 4
1256
+ \fIDefault\fR: $statedir/resources\.txt
1257
+ .
1258
+ .IP "" 0
1259
+ .
1260
+ .SS "rest_authconfig"
1261
+ The configuration file that defines the rights to the different rest indirections\. This can be used as a fine\-grained authorization system for \fBpuppet master\fR\.
1262
+ .
1263
+ .IP "\(bu" 4
1264
+ \fIDefault\fR: $confdir/auth\.conf
1265
+ .
1266
+ .IP "" 0
1267
+ .
1268
+ .SS "route_file"
1269
+ The YAML file containing indirector route configuration\.
1270
+ .
1271
+ .IP "\(bu" 4
1272
+ \fIDefault\fR: $confdir/routes\.yaml
1273
+ .
1274
+ .IP "" 0
1275
+ .
1276
+ .SS "rrddir"
1277
+ The directory where RRD database files are stored\. Directories for each reporting host will be created under this directory\.
1278
+ .
1279
+ .IP "\(bu" 4
1280
+ \fIDefault\fR: $vardir/rrd
1281
+ .
1282
+ .IP "" 0
1283
+ .
1284
+ .SS "rrdinterval"
1285
+ How often RRD should expect data\. This should match how often the hosts report back to the server\. Can be specified as a duration\.
1286
+ .
1287
+ .IP "\(bu" 4
1288
+ \fIDefault\fR: $runinterval
1289
+ .
1290
+ .IP "" 0
1291
+ .
1292
+ .SS "rundir"
1293
+ Where Puppet PID files are kept\.
1294
+ .
1295
+ .TP
1296
+ \fIDefault\fR:
1297
+
1298
+ .
1299
+ .SS "runinterval"
1300
+ How often puppet agent applies the client configuration; in seconds\. Note that a runinterval of 0 means "run continuously" rather than "never run\." If you want puppet agent to never run, you should start it with the \fB\-\-no\-client\fR option\. Can be specified as a duration\.
1301
+ .
1302
+ .IP "\(bu" 4
1303
+ \fIDefault\fR: 30m
1304
+ .
1305
+ .IP "" 0
1306
+ .
1307
+ .SS "sendmail"
1308
+ Where to find the sendmail binary with which to send email\.
1309
+ .
1310
+ .IP "\(bu" 4
1311
+ \fIDefault\fR: /usr/sbin/sendmail
1312
+ .
1313
+ .IP "" 0
1314
+ .
1315
+ .SS "serial"
1316
+ Where the serial number for certificates is stored\.
1317
+ .
1318
+ .IP "\(bu" 4
1319
+ \fIDefault\fR: $cadir/serial
1320
+ .
1321
+ .IP "" 0
1322
+ .
1323
+ .SS "server"
1324
+ The server to which the puppet agent should connect
1325
+ .
1326
+ .IP "\(bu" 4
1327
+ \fIDefault\fR: puppet
1328
+ .
1329
+ .IP "" 0
1330
+ .
1331
+ .SS "server_datadir"
1332
+ The directory in which serialized data is stored, usually in a subdirectory\.
1333
+ .
1334
+ .IP "\(bu" 4
1335
+ \fIDefault\fR: $vardir/server_data
1336
+ .
1337
+ .IP "" 0
1338
+ .
1339
+ .SS "show_diff"
1340
+ Whether to log and report a contextual diff when files are being replaced\. This causes partial file contents to pass through Puppet\'s normal logging and reporting system, so this setting should be used with caution if you are sending Puppet\'s reports to an insecure destination\. This feature currently requires the \fBdiff/lcs\fR Ruby library\.
1341
+ .
1342
+ .IP "\(bu" 4
1343
+ \fIDefault\fR: false
1344
+ .
1345
+ .IP "" 0
1346
+ .
1347
+ .SS "signeddir"
1348
+ Where the CA stores signed certificates\.
1349
+ .
1350
+ .IP "\(bu" 4
1351
+ \fIDefault\fR: $cadir/signed
1352
+ .
1353
+ .IP "" 0
1354
+ .
1355
+ .SS "smtpserver"
1356
+ The server through which to send email reports\.
1357
+ .
1358
+ .IP "\(bu" 4
1359
+ \fIDefault\fR: none
1360
+ .
1361
+ .IP "" 0
1362
+ .
1363
+ .SS "splay"
1364
+ Whether to sleep for a pseudo\-random (but consistent) amount of time before a run\.
1365
+ .
1366
+ .IP "\(bu" 4
1367
+ \fIDefault\fR: false
1368
+ .
1369
+ .IP "" 0
1370
+ .
1371
+ .SS "splaylimit"
1372
+ The maximum time to delay before runs\. Defaults to being the same as the run interval\. Can be specified as a duration\.
1373
+ .
1374
+ .IP "\(bu" 4
1375
+ \fIDefault\fR: $runinterval
1376
+ .
1377
+ .IP "" 0
1378
+ .
1379
+ .SS "srv_domain"
1380
+ The domain which will be queried to find the SRV records of servers to use\.
1381
+ .
1382
+ .IP "\(bu" 4
1383
+ \fIDefault\fR: puppetlabs\.lan
1384
+ .
1385
+ .IP "" 0
1386
+ .
1387
+ .SS "ssl_client_ca_auth"
1388
+ Certificate authorities who issue server certificates\. SSL servers will not be considered authentic unless they posses a certificate issued by an authority listed in this file\. If this setting has no value then the Puppet master\'s CA certificate (localcacert) will be used\.
1389
+ .
1390
+ .TP
1391
+ \fIDefault\fR:
1392
+
1393
+ .
1394
+ .SS "ssl_client_header"
1395
+ The header containing an authenticated client\'s SSL DN\. This header must be set by the proxy to the authenticated client\'s SSL DN (e\.g\., \fB/CN=puppet\.puppetlabs\.com\fR)\.
1396
+ .
1397
+ .IP "\(bu" 4
1398
+ \fIDefault\fR: HTTP_X_CLIENT_DN
1399
+ .
1400
+ .IP "" 0
1401
+ .
1402
+ .SS "ssl_client_verify_header"
1403
+ The header containing the status message of the client verification\. This header must be set by the proxy to \'SUCCESS\' if the client successfully authenticated, and anything else otherwise\.
1404
+ .
1405
+ .IP "\(bu" 4
1406
+ \fIDefault\fR: HTTP_X_CLIENT_VERIFY
1407
+ .
1408
+ .IP "" 0
1409
+ .
1410
+ .SS "ssl_server_ca_auth"
1411
+ Certificate authorities who issue client certificates\. SSL clients will not be considered authentic unless they posses a certificate issued by an authority listed in this file\. If this setting has no value then the Puppet master\'s CA certificate (localcacert) will be used\.
1412
+ .
1413
+ .TP
1414
+ \fIDefault\fR:
1415
+
1416
+ .
1417
+ .SS "ssldir"
1418
+ Where SSL certificates are kept\.
1419
+ .
1420
+ .IP "\(bu" 4
1421
+ \fIDefault\fR: $confdir/ssl
1422
+ .
1423
+ .IP "" 0
1424
+ .
1425
+ .SS "statedir"
1426
+ The directory where Puppet state is stored\. Generally, this directory can be removed without causing harm (although it might result in spurious service restarts)\.
1427
+ .
1428
+ .IP "\(bu" 4
1429
+ \fIDefault\fR: $vardir/state
1430
+ .
1431
+ .IP "" 0
1432
+ .
1433
+ .SS "statefile"
1434
+ Where puppet agent and puppet master store state associated with the running configuration\. In the case of puppet master, this file reflects the state discovered through interacting with clients\.
1435
+ .
1436
+ .IP "\(bu" 4
1437
+ \fIDefault\fR: $statedir/state\.yaml
1438
+ .
1439
+ .IP "" 0
1440
+ .
1441
+ .SS "storeconfigs"
1442
+ Whether to store each client\'s configuration, including catalogs, facts, and related data\. This also enables the import and export of resources in the Puppet language \- a mechanism for exchange resources between nodes\. By default this uses ActiveRecord and an SQL database to store and query the data; this, in turn, will depend on Rails being available\. You can adjust the backend using the storeconfigs_backend setting\.
1443
+ .
1444
+ .IP "\(bu" 4
1445
+ \fIDefault\fR: false
1446
+ .
1447
+ .IP "" 0
1448
+ .
1449
+ .SS "storeconfigs_backend"
1450
+ Configure the backend terminus used for StoreConfigs\. By default, this uses the ActiveRecord store, which directly talks to the database from within the Puppet Master process\.
1451
+ .
1452
+ .IP "\(bu" 4
1453
+ \fIDefault\fR: active_record
1454
+ .
1455
+ .IP "" 0
1456
+ .
1457
+ .SS "strict_hostname_checking"
1458
+ Whether to only search for the complete hostname as it is in the certificate when searching for node information in the catalogs\.
1459
+ .
1460
+ .IP "\(bu" 4
1461
+ \fIDefault\fR: false
1462
+ .
1463
+ .IP "" 0
1464
+ .
1465
+ .SS "summarize"
1466
+ Whether to print a transaction summary\.
1467
+ .
1468
+ .IP "\(bu" 4
1469
+ \fIDefault\fR: false
1470
+ .
1471
+ .IP "" 0
1472
+ .
1473
+ .SS "syslogfacility"
1474
+ What syslog facility to use when logging to syslog\. Syslog has a fixed list of valid facilities, and you must choose one of those; you cannot just make one up\.
1475
+ .
1476
+ .IP "\(bu" 4
1477
+ \fIDefault\fR: daemon
1478
+ .
1479
+ .IP "" 0
1480
+ .
1481
+ .SS "tagmap"
1482
+ The mapping between reporting tags and email addresses\.
1483
+ .
1484
+ .IP "\(bu" 4
1485
+ \fIDefault\fR: $confdir/tagmail\.conf
1486
+ .
1487
+ .IP "" 0
1488
+ .
1489
+ .SS "tags"
1490
+ Tags to use to find resources\. If this is set, then only resources tagged with the specified tags will be applied\. Values must be comma\-separated\.
1491
+ .
1492
+ .SS "templatedir"
1493
+ Where Puppet looks for template files\. Can be a list of colon\-separated directories\.
1494
+ .
1495
+ .IP "\(bu" 4
1496
+ \fIDefault\fR: $vardir/templates
1497
+ .
1498
+ .IP "" 0
1499
+ .
1500
+ .SS "thin_storeconfigs"
1501
+ Boolean; whether Puppet should store only facts and exported resources in the storeconfigs database\. This will improve the performance of exported resources with the older \fBactive_record\fR backend, but will disable external tools that search the storeconfigs database\. Thinning catalogs is generally unnecessary when using PuppetDB to store catalogs\.
1502
+ .
1503
+ .IP "\(bu" 4
1504
+ \fIDefault\fR: false
1505
+ .
1506
+ .IP "" 0
1507
+ .
1508
+ .SS "trace"
1509
+ Whether to print stack traces on some errors
1510
+ .
1511
+ .IP "\(bu" 4
1512
+ \fIDefault\fR: false
1513
+ .
1514
+ .IP "" 0
1515
+ .
1516
+ .SS "use_cached_catalog"
1517
+ Whether to only use the cached catalog rather than compiling a new catalog on every run\. Puppet can be run with this enabled by default and then selectively disabled when a recompile is desired\.
1518
+ .
1519
+ .IP "\(bu" 4
1520
+ \fIDefault\fR: false
1521
+ .
1522
+ .IP "" 0
1523
+ .
1524
+ .SS "use_srv_records"
1525
+ Whether the server will search for SRV records in DNS for the current domain\.
1526
+ .
1527
+ .IP "\(bu" 4
1528
+ \fIDefault\fR: false
1529
+ .
1530
+ .IP "" 0
1531
+ .
1532
+ .SS "usecacheonfailure"
1533
+ Whether to use the cached configuration when the remote configuration will not compile\. This option is useful for testing new configurations, where you want to fix the broken configuration rather than reverting to a known\-good one\.
1534
+ .
1535
+ .IP "\(bu" 4
1536
+ \fIDefault\fR: true
1537
+ .
1538
+ .IP "" 0
1539
+ .
1540
+ .SS "user"
1541
+ The user puppet master should run as\.
1542
+ .
1543
+ .IP "\(bu" 4
1544
+ \fIDefault\fR: puppet
1545
+ .
1546
+ .IP "" 0
1547
+ .
1548
+ .SS "vardir"
1549
+ Where Puppet stores dynamic and growing data\. The default for this setting is calculated specially, like \fBconfdir\fR_\.
1550
+ .
1551
+ .IP "\(bu" 4
1552
+ \fIDefault\fR: /var/lib/puppet
1553
+ .
1554
+ .IP "" 0
1555
+ .
1556
+ .SS "waitforcert"
1557
+ The time interval \'puppet agent\' should connect to the server and ask it to sign a certificate request\. This is useful for the initial setup of a puppet client\. You can turn off waiting for certificates by specifying a time of 0\. Can be specified as a duration\.
1558
+ .
1559
+ .IP "\(bu" 4
1560
+ \fIDefault\fR: 2m
1561
+ .
1562
+ .IP "" 0
1563
+ .
1564
+ .SS "yamldir"
1565
+ The directory in which YAML data is stored, usually in a subdirectory\.
1566
+ .
1567
+ .IP "\(bu" 4
1568
+ \fIDefault\fR: $vardir/yaml
1569
+ .
1570
+ .IP "" 0
1571
+ .
1572
+ .SS "zlib"
1573
+ Boolean; whether to use the zlib library
1574
+ .
1575
+ .IP "\(bu" 4
1576
+ \fIDefault\fR: true
1577
+ .
1578
+ .IP "" 0
1579
+ .
1580
+ .P
1581
+ \fIThis page autogenerated on Tue Jan 15 12:33:09 \-0800 2013\fR