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,12 @@
1
+ require 'puppet/indirector'
2
+
3
+ # A class for managing data lookups
4
+ class Puppet::DataBinding
5
+ class LookupError < Puppet::Error; end
6
+
7
+ # Set up indirection, so that data can be looked for in the compiler
8
+ extend Puppet::Indirector
9
+
10
+ indirects(:data_binding, :terminus_setting => :data_binding_terminus,
11
+ :doc => "Where to find external data bindings.")
12
+ end
@@ -0,0 +1,1875 @@
1
+ module Puppet
2
+
3
+ def self.default_diffargs
4
+ if (Facter.value(:kernel) == "AIX" && Facter.value(:kernelmajversion) == "5300")
5
+ ""
6
+ else
7
+ "-u"
8
+ end
9
+ end
10
+
11
+ ############################################################################################
12
+ # NOTE: For information about the available values for the ":type" property of settings,
13
+ # see the docs for Settings.define_settings
14
+ ############################################################################################
15
+
16
+ AS_DURATION = %q{This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y).}
17
+ STORECONFIGS_ONLY = %q{This setting is only used by the ActiveRecord storeconfigs and inventory backends, which are deprecated.}
18
+
19
+ define_settings(:main,
20
+ :confdir => {
21
+ :default => nil,
22
+ :type => :directory,
23
+ :desc => "The main Puppet configuration directory. The default for this setting
24
+ is calculated based on the user. If the process is running as root or
25
+ the user that Puppet is supposed to run as, it defaults to a system
26
+ directory, but if it's running as any other user, it defaults to being
27
+ in the user's home directory.",
28
+ },
29
+ :vardir => {
30
+ :default => nil,
31
+ :type => :directory,
32
+ :owner => "service",
33
+ :group => "service",
34
+ :desc => "Where Puppet stores dynamic and growing data. The default for this
35
+ setting is calculated specially, like `confdir`_.",
36
+ },
37
+
38
+ ### NOTE: this setting is usually being set to a symbol value. We don't officially have a
39
+ ### setting type for that yet, but we might want to consider creating one.
40
+ :name => {
41
+ :default => nil,
42
+ :desc => "The name of the application, if we are running as one. The
43
+ default is essentially $0 without the path or `.rb`.",
44
+ }
45
+ )
46
+
47
+ define_settings(:main,
48
+ :logdir => {
49
+ :default => nil,
50
+ :type => :directory,
51
+ :mode => 0750,
52
+ :owner => "service",
53
+ :group => "service",
54
+ :desc => "The directory in which to store log files",
55
+ }
56
+ )
57
+
58
+ define_settings(:main,
59
+ :priority => {
60
+ :default => nil,
61
+ :type => :priority,
62
+ :desc => "The scheduling priority of the process. Valid values are 'high',
63
+ 'normal', 'low', or 'idle', which are mapped to platform-specific
64
+ values. The priority can also be specified as an integer value and
65
+ will be passed as is, e.g. -5. Puppet must be running as a privileged
66
+ user in order to increase scheduling priority.",
67
+ },
68
+ :trace => {
69
+ :default => false,
70
+ :type => :boolean,
71
+ :desc => "Whether to print stack traces on some errors",
72
+ },
73
+ :profile => {
74
+ :default => false,
75
+ :type => :boolean,
76
+ :desc => "Whether to enable experimental performance profiling",
77
+ },
78
+ :autoflush => {
79
+ :default => true,
80
+ :type => :boolean,
81
+ :desc => "Whether log files should always flush to disk.",
82
+ :hook => proc { |value| Log.autoflush = value }
83
+ },
84
+ :syslogfacility => {
85
+ :default => "daemon",
86
+ :desc => "What syslog facility to use when logging to syslog.
87
+ Syslog has a fixed list of valid facilities, and you must
88
+ choose one of those; you cannot just make one up."
89
+ },
90
+ :statedir => {
91
+ :default => "$vardir/state",
92
+ :type => :directory,
93
+ :mode => 01755,
94
+ :desc => "The directory where Puppet state is stored. Generally,
95
+ this directory can be removed without causing harm (although it
96
+ might result in spurious service restarts)."
97
+ },
98
+ :rundir => {
99
+ :default => nil,
100
+ :type => :directory,
101
+ :mode => 0755,
102
+ :owner => "service",
103
+ :group => "service",
104
+ :desc => "Where Puppet PID files are kept."
105
+ },
106
+ :genconfig => {
107
+ :default => false,
108
+ :type => :boolean,
109
+ :desc => "When true, causes Puppet applications to print an example config file
110
+ to stdout and exit. The example will include descriptions of each
111
+ setting, and the current (or default) value of each setting,
112
+ incorporating any settings overridden on the CLI (with the exception
113
+ of `genconfig` itself). This setting only makes sense when specified
114
+ on the command line as `--genconfig`.",
115
+ },
116
+ :genmanifest => {
117
+ :default => false,
118
+ :type => :boolean,
119
+ :desc => "Whether to just print a manifest to stdout and exit. Only makes
120
+ sense when specified on the command line as `--genmanifest`. Takes into account arguments specified
121
+ on the CLI.",
122
+ },
123
+ :configprint => {
124
+ :default => "",
125
+ :desc => "Print the value of a specific configuration setting. If the name of a
126
+ setting is provided for this, then the value is printed and puppet
127
+ exits. Comma-separate multiple values. For a list of all values,
128
+ specify 'all'.",
129
+ },
130
+ :color => {
131
+ :default => "ansi",
132
+ :type => :string,
133
+ :desc => "Whether to use colors when logging to the console. Valid values are
134
+ `ansi` (equivalent to `true`), `html`, and `false`, which produces no color.
135
+ Defaults to false on Windows, as its console does not support ansi colors.",
136
+ },
137
+ :mkusers => {
138
+ :default => false,
139
+ :type => :boolean,
140
+ :desc => "Whether to create the necessary user and group that puppet agent will run as.",
141
+ },
142
+ :manage_internal_file_permissions => {
143
+ :default => true,
144
+ :type => :boolean,
145
+ :desc => "Whether Puppet should manage the owner, group, and mode of files it uses internally",
146
+ },
147
+ :onetime => {
148
+ :default => false,
149
+ :type => :boolean,
150
+ :desc => "Perform one configuration run and exit, rather than spawning a long-running
151
+ daemon. This is useful for interactively running puppet agent, or
152
+ running puppet agent from cron.",
153
+ :short => 'o',
154
+ },
155
+ :path => {
156
+ :default => "none",
157
+ :desc => "The shell search path. Defaults to whatever is inherited
158
+ from the parent process.",
159
+ :call_hook => :on_define_and_write,
160
+ :hook => proc do |value|
161
+ ENV["PATH"] = "" if ENV["PATH"].nil?
162
+ ENV["PATH"] = value unless value == "none"
163
+ paths = ENV["PATH"].split(File::PATH_SEPARATOR)
164
+ Puppet::Util::Platform.default_paths.each do |path|
165
+ ENV["PATH"] += File::PATH_SEPARATOR + path unless paths.include?(path)
166
+ end
167
+ value
168
+ end
169
+ },
170
+ :libdir => {
171
+ :type => :directory,
172
+ :default => "$vardir/lib",
173
+ :desc => "An extra search path for Puppet. This is only useful
174
+ for those files that Puppet will load on demand, and is only
175
+ guaranteed to work for those cases. In fact, the autoload
176
+ mechanism is responsible for making sure this directory
177
+ is in Ruby's search path\n",
178
+ :call_hook => :on_initialize_and_write,
179
+ :hook => proc do |value|
180
+ $LOAD_PATH.delete(@oldlibdir) if defined?(@oldlibdir) and $LOAD_PATH.include?(@oldlibdir)
181
+ @oldlibdir = value
182
+ $LOAD_PATH << value
183
+ end
184
+ },
185
+ :ignoreimport => {
186
+ :default => false,
187
+ :type => :boolean,
188
+ :desc => "If true, allows the parser to continue without requiring
189
+ all files referenced with `import` statements to exist. This setting was primarily
190
+ designed for use with commit hooks for parse-checking.",
191
+ },
192
+ :environment => {
193
+ :default => "production",
194
+ :desc => "The environment Puppet is running in. For clients
195
+ (e.g., `puppet agent`) this determines the environment itself, which
196
+ is used to find modules and much more. For servers (i.e., `puppet master`)
197
+ this provides the default environment for nodes we know nothing about."
198
+ },
199
+ :environmentpath => {
200
+ :default => "$confdir/environments",
201
+ :desc => "A path of environment directories",
202
+ :type => :path,
203
+ },
204
+ :diff_args => {
205
+ :default => default_diffargs,
206
+ :desc => "Which arguments to pass to the diff command when printing differences between
207
+ files. The command to use can be chosen with the `diff` setting.",
208
+ },
209
+ :diff => {
210
+ :default => (Puppet.features.microsoft_windows? ? "" : "diff"),
211
+ :desc => "Which diff command to use when printing differences between files. This setting
212
+ has no default value on Windows, as standard `diff` is not available, but Puppet can use many
213
+ third-party diff tools.",
214
+ },
215
+ :show_diff => {
216
+ :type => :boolean,
217
+ :default => false,
218
+ :desc => "Whether to log and report a contextual diff when files are being replaced.
219
+ This causes partial file contents to pass through Puppet's normal
220
+ logging and reporting system, so this setting should be used with
221
+ caution if you are sending Puppet's reports to an insecure
222
+ destination. This feature currently requires the `diff/lcs` Ruby
223
+ library.",
224
+ },
225
+ :daemonize => {
226
+ :type => :boolean,
227
+ :default => (Puppet.features.microsoft_windows? ? false : true),
228
+ :desc => "Whether to send the process into the background. This defaults
229
+ to true on POSIX systems, and to false on Windows (where Puppet
230
+ currently cannot daemonize).",
231
+ :short => "D",
232
+ :hook => proc do |value|
233
+ if value and Puppet.features.microsoft_windows?
234
+ raise "Cannot daemonize on Windows"
235
+ end
236
+ end
237
+ },
238
+ :maximum_uid => {
239
+ :default => 4294967290,
240
+ :desc => "The maximum allowed UID. Some platforms use negative UIDs
241
+ but then ship with tools that do not know how to handle signed ints,
242
+ so the UIDs show up as huge numbers that can then not be fed back into
243
+ the system. This is a hackish way to fail in a slightly more useful
244
+ way when that happens.",
245
+ },
246
+ :route_file => {
247
+ :default => "$confdir/routes.yaml",
248
+ :desc => "The YAML file containing indirector route configuration.",
249
+ },
250
+ :node_terminus => {
251
+ :type => :terminus,
252
+ :default => "plain",
253
+ :desc => "Where to find information about nodes.",
254
+ },
255
+ :node_cache_terminus => {
256
+ :type => :terminus,
257
+ :default => nil,
258
+ :desc => "How to store cached nodes.
259
+ Valid values are (none), 'json', 'msgpack', 'yaml' or write only yaml ('write_only_yaml').
260
+ The master application defaults to 'write_only_yaml', all others to none.",
261
+ },
262
+ :data_binding_terminus => {
263
+ :type => :terminus,
264
+ :default => "hiera",
265
+ :desc => "Where to retrive information about data.",
266
+ },
267
+ :hiera_config => {
268
+ :default => "$confdir/hiera.yaml",
269
+ :desc => "The hiera configuration file. Puppet only reads this file on startup, so you must restart the puppet master every time you edit it.",
270
+ :type => :file,
271
+ },
272
+ :binder => {
273
+ :default => false,
274
+ :desc => "Turns the binding system on or off. This includes bindings in modules.
275
+ The binding system aggregates data from modules and other locations and makes them available for lookup.
276
+ The binding system is experimental and any or all of it may change.",
277
+ :type => :boolean,
278
+ },
279
+ :binder_config => {
280
+ :default => nil,
281
+ :desc => "The binder configuration file. Puppet reads this file on each request to configure the bindings system.
282
+ If set to nil (the default), a $confdir/binder_config.yaml is optionally loaded. If it does not exists, a default configuration
283
+ is used. If the setting :binding_config is specified, it must reference a valid and existing yaml file.",
284
+ :type => :file,
285
+ },
286
+ :catalog_terminus => {
287
+ :type => :terminus,
288
+ :default => "compiler",
289
+ :desc => "Where to get node catalogs. This is useful to change if, for instance,
290
+ you'd like to pre-compile catalogs and store them in memcached or some other easily-accessed store.",
291
+ },
292
+ :catalog_cache_terminus => {
293
+ :type => :terminus,
294
+ :default => nil,
295
+ :desc => "How to store cached catalogs. Valid values are 'json', 'msgpack' and 'yaml'. The agent application defaults to 'json'."
296
+ },
297
+ :facts_terminus => {
298
+ :default => 'facter',
299
+ :desc => "The node facts terminus.",
300
+ :call_hook => :on_initialize_and_write,
301
+ :hook => proc do |value|
302
+ require 'puppet/node/facts'
303
+ # Cache to YAML if we're uploading facts away
304
+ if %w[rest inventory_service].include? value.to_s
305
+ Puppet.info "configuring the YAML fact cache because a remote terminus is active"
306
+ Puppet::Node::Facts.indirection.cache_class = :yaml
307
+ end
308
+ end
309
+ },
310
+ :inventory_terminus => {
311
+ :type => :terminus,
312
+ :default => "$facts_terminus",
313
+ :desc => "Should usually be the same as the facts terminus",
314
+ },
315
+ :default_file_terminus => {
316
+ :type => :terminus,
317
+ :default => "rest",
318
+ :desc => "The default source for files if no server is given in a
319
+ uri, e.g. puppet:///file. The default of `rest` causes the file to be
320
+ retrieved using the `server` setting. When running `apply` the default
321
+ is `file_server`, causing requests to be filled locally."
322
+ },
323
+ :httplog => {
324
+ :default => "$logdir/http.log",
325
+ :type => :file,
326
+ :owner => "root",
327
+ :mode => 0640,
328
+ :desc => "Where the puppet agent web server logs.",
329
+ },
330
+ :http_proxy_host => {
331
+ :default => "none",
332
+ :desc => "The HTTP proxy host to use for outgoing connections. Note: You
333
+ may need to use a FQDN for the server hostname when using a proxy.",
334
+ },
335
+ :http_proxy_port => {
336
+ :default => 3128,
337
+ :desc => "The HTTP proxy port to use for outgoing connections",
338
+ },
339
+ :filetimeout => {
340
+ :default => "15s",
341
+ :type => :duration,
342
+ :desc => "The minimum time to wait between checking for updates in
343
+ configuration files. This timeout determines how quickly Puppet checks whether
344
+ a file (such as manifests or templates) has changed on disk. #{AS_DURATION}",
345
+ },
346
+ :queue_type => {
347
+ :default => "stomp",
348
+ :desc => "Which type of queue to use for asynchronous processing.",
349
+ },
350
+ :queue_type => {
351
+ :default => "stomp",
352
+ :desc => "Which type of queue to use for asynchronous processing.",
353
+ },
354
+ :queue_source => {
355
+ :default => "stomp://localhost:61613/",
356
+ :desc => "Which type of queue to use for asynchronous processing. If your stomp server requires
357
+ authentication, you can include it in the URI as long as your stomp client library is at least 1.1.1",
358
+ },
359
+ :async_storeconfigs => {
360
+ :default => false,
361
+ :type => :boolean,
362
+ :desc => "Whether to use a queueing system to provide asynchronous database integration.
363
+ Requires that `puppet queue` be running.",
364
+ :hook => proc do |value|
365
+ if value
366
+ # This reconfigures the termini for Node, Facts, and Catalog
367
+ Puppet.settings.override_default(:storeconfigs, true)
368
+
369
+ # But then we modify the configuration
370
+ Puppet::Resource::Catalog.indirection.cache_class = :queue
371
+ Puppet.settings.override_default(:catalog_cache_terminus, :queue)
372
+ else
373
+ raise "Cannot disable asynchronous storeconfigs in a running process"
374
+ end
375
+ end
376
+ },
377
+ :thin_storeconfigs => {
378
+ :default => false,
379
+ :type => :boolean,
380
+ :desc =>
381
+ "Boolean; whether Puppet should store only facts and exported resources in the storeconfigs
382
+ database. This will improve the performance of exported resources with the older
383
+ `active_record` backend, but will disable external tools that search the storeconfigs database.
384
+ Thinning catalogs is generally unnecessary when using PuppetDB to store catalogs.",
385
+ :hook => proc do |value|
386
+ Puppet.settings.override_default(:storeconfigs, true) if value
387
+ end
388
+ },
389
+ :config_version => {
390
+ :default => "",
391
+ :desc => "How to determine the configuration version. By default, it will be the
392
+ time that the configuration is parsed, but you can provide a shell script to override how the
393
+ version is determined. The output of this script will be added to every log message in the
394
+ reports, allowing you to correlate changes on your hosts to the source version on the server.",
395
+ },
396
+ :zlib => {
397
+ :default => true,
398
+ :type => :boolean,
399
+ :desc => "Boolean; whether to use the zlib library",
400
+ },
401
+ :prerun_command => {
402
+ :default => "",
403
+ :desc => "A command to run before every agent run. If this command returns a non-zero
404
+ return code, the entire Puppet run will fail.",
405
+ },
406
+ :postrun_command => {
407
+ :default => "",
408
+ :desc => "A command to run after every agent run. If this command returns a non-zero
409
+ return code, the entire Puppet run will be considered to have failed, even though it might have
410
+ performed work during the normal run.",
411
+ },
412
+ :freeze_main => {
413
+ :default => false,
414
+ :type => :boolean,
415
+ :desc => "Freezes the 'main' class, disallowing any code to be added to it. This
416
+ essentially means that you can't have any code outside of a node,
417
+ class, or definition other than in the site manifest.",
418
+ },
419
+ :stringify_facts => {
420
+ :default => true,
421
+ :type => :boolean,
422
+ :desc => "Flatten fact values to strings using #to_s. Means you can't have arrays or
423
+ hashes as fact values.",
424
+ },
425
+ :trusted_node_data => {
426
+ :default => false,
427
+ :type => :boolean,
428
+ :desc => "Stores trusted node data in a hash called $trusted.
429
+ When true also prevents $trusted from being overridden in any scope.",
430
+ },
431
+ :immutable_node_data => {
432
+ :default => '$trusted_node_data',
433
+ :type => :boolean,
434
+ :desc => "When true, also prevents $trusted and $facts from being overridden in any scope",
435
+ }
436
+ )
437
+ Puppet.define_settings(:module_tool,
438
+ :module_repository => {
439
+ :default => 'https://forge.puppetlabs.com',
440
+ :desc => "The module repository",
441
+ },
442
+ :module_working_dir => {
443
+ :default => '$vardir/puppet-module',
444
+ :desc => "The directory into which module tool data is stored",
445
+ },
446
+ :module_skeleton_dir => {
447
+ :default => '$module_working_dir/skeleton',
448
+ :desc => "The directory which the skeleton for module tool generate is stored.",
449
+ }
450
+ )
451
+
452
+ Puppet.define_settings(
453
+ :main,
454
+
455
+ # We have to downcase the fqdn, because the current ssl stuff (as oppsed to in master) doesn't have good facilities for
456
+ # manipulating naming.
457
+ :certname => {
458
+ :default => Puppet::Settings.default_certname.downcase, :desc => "The name to use when handling certificates. Defaults
459
+ to the fully qualified domain name.",
460
+ :call_hook => :on_define_and_write, # Call our hook with the default value, so we're always downcased
461
+ :hook => proc { |value| raise(ArgumentError, "Certificate names must be lower case; see #1168") unless value == value.downcase }},
462
+ :certdnsnames => {
463
+ :default => '',
464
+ :hook => proc do |value|
465
+ unless value.nil? or value == '' then
466
+ Puppet.warning <<WARN
467
+ The `certdnsnames` setting is no longer functional,
468
+ after CVE-2011-3872. We ignore the value completely.
469
+
470
+ For your own certificate request you can set `dns_alt_names` in the
471
+ configuration and it will apply locally. There is no configuration option to
472
+ set DNS alt names, or any other `subjectAltName` value, for another nodes
473
+ certificate.
474
+
475
+ Alternately you can use the `--dns_alt_names` command line option to set the
476
+ labels added while generating your own CSR.
477
+ WARN
478
+ end
479
+ end,
480
+ :desc => <<EOT
481
+ The `certdnsnames` setting is no longer functional,
482
+ after CVE-2011-3872. We ignore the value completely.
483
+
484
+ For your own certificate request you can set `dns_alt_names` in the
485
+ configuration and it will apply locally. There is no configuration option to
486
+ set DNS alt names, or any other `subjectAltName` value, for another nodes
487
+ certificate.
488
+
489
+ Alternately you can use the `--dns_alt_names` command line option to set the
490
+ labels added while generating your own CSR.
491
+ EOT
492
+ },
493
+ :dns_alt_names => {
494
+ :default => '',
495
+ :desc => <<EOT,
496
+ The comma-separated list of alternative DNS names to use for the local host.
497
+
498
+ When the node generates a CSR for itself, these are added to the request
499
+ as the desired `subjectAltName` in the certificate: additional DNS labels
500
+ that the certificate is also valid answering as.
501
+
502
+ This is generally required if you use a non-hostname `certname`, or if you
503
+ want to use `puppet kick` or `puppet resource -H` and the primary certname
504
+ does not match the DNS name you use to communicate with the host.
505
+
506
+ This is unnecessary for agents, unless you intend to use them as a server for
507
+ `puppet kick` or remote `puppet resource` management.
508
+
509
+ It is rarely necessary for servers; it is usually helpful only if you need to
510
+ have a pool of multiple load balanced masters, or for the same master to
511
+ respond on two physically separate networks under different names.
512
+ EOT
513
+ },
514
+ :csr_attributes => {
515
+ :default => "$confdir/csr_attributes.yaml",
516
+ :type => :file,
517
+ :desc => <<EOT
518
+ An optional file containing custom attributes to add to certificate signing
519
+ requests (CSRs). You should ensure that this file does not exist on your CA
520
+ puppet master; if it does, unwanted certificate extensions may leak into
521
+ certificates created with the `puppet cert generate` command.
522
+
523
+ If present, this file must be a YAML hash containing a `custom_attributes` key
524
+ and/or an `extension_requests` key. The value of each key must be a hash, where
525
+ each key is a valid OID and each value is an object that can be cast to a string.
526
+
527
+ Custom attributes can be used by the CA when deciding whether to sign the
528
+ certificate, but are then discarded. Attribute OIDs can be any OID value except
529
+ the standard CSR attributes (i.e. attributes described in RFC 2985 section 5.4).
530
+ This is useful for embedding a pre-shared key for autosigning policy executables
531
+ (see the `autosign` setting), often by using the `1.2.840.113549.1.9.7`
532
+ ("challenge password") OID.
533
+
534
+ Extension requests will be permanently embedded in the final certificate.
535
+ Extension OIDs must be in the "ppRegCertExt" (`1.3.6.1.4.1.34380.1.1`) or
536
+ "ppPrivCertExt" (`1.3.6.1.4.1.34380.1.2`) OID arcs. The ppRegCertExt arc is
537
+ reserved for four of the most common pieces of data to embed: `pp_uuid` (`.1`),
538
+ `pp_instance_id` (`.2`), `pp_image_name` (`.3`), and `pp_preshared_key` (`.4`)
539
+ --- in the YAML file, these can be referred to by their short descriptive names
540
+ instead of their full OID. The ppPrivCertExt arc is unregulated, and can be used
541
+ for site-specific extensions.
542
+ EOT
543
+ },
544
+ :certdir => {
545
+ :default => "$ssldir/certs",
546
+ :type => :directory,
547
+ :mode => 0755,
548
+ :owner => "service",
549
+ :group => "service",
550
+ :desc => "The certificate directory."
551
+ },
552
+ :ssldir => {
553
+ :default => "$confdir/ssl",
554
+ :type => :directory,
555
+ :mode => 0771,
556
+ :owner => "service",
557
+ :group => "service",
558
+ :desc => "Where SSL certificates are kept."
559
+ },
560
+ :publickeydir => {
561
+ :default => "$ssldir/public_keys",
562
+ :type => :directory,
563
+ :mode => 0755,
564
+ :owner => "service",
565
+ :group => "service",
566
+ :desc => "The public key directory."
567
+ },
568
+ :requestdir => {
569
+ :default => "$ssldir/certificate_requests",
570
+ :type => :directory,
571
+ :mode => 0755,
572
+ :owner => "service",
573
+ :group => "service",
574
+ :desc => "Where host certificate requests are stored."
575
+ },
576
+ :privatekeydir => {
577
+ :default => "$ssldir/private_keys",
578
+ :type => :directory,
579
+ :mode => 0750,
580
+ :owner => "service",
581
+ :group => "service",
582
+ :desc => "The private key directory."
583
+ },
584
+ :privatedir => {
585
+ :default => "$ssldir/private",
586
+ :type => :directory,
587
+ :mode => 0750,
588
+ :owner => "service",
589
+ :group => "service",
590
+ :desc => "Where the client stores private certificate information."
591
+ },
592
+ :passfile => {
593
+ :default => "$privatedir/password",
594
+ :type => :file,
595
+ :mode => 0640,
596
+ :owner => "service",
597
+ :group => "service",
598
+ :desc => "Where puppet agent stores the password for its private key.
599
+ Generally unused."
600
+ },
601
+ :hostcsr => {
602
+ :default => "$ssldir/csr_$certname.pem",
603
+ :type => :file,
604
+ :mode => 0644,
605
+ :owner => "service",
606
+ :group => "service",
607
+ :desc => "Where individual hosts store and look for their certificate requests."
608
+ },
609
+ :hostcert => {
610
+ :default => "$certdir/$certname.pem",
611
+ :type => :file,
612
+ :mode => 0644,
613
+ :owner => "service",
614
+ :group => "service",
615
+ :desc => "Where individual hosts store and look for their certificates."
616
+ },
617
+ :hostprivkey => {
618
+ :default => "$privatekeydir/$certname.pem",
619
+ :type => :file,
620
+ :mode => 0640,
621
+ :owner => "service",
622
+ :group => "service",
623
+ :desc => "Where individual hosts store and look for their private key."
624
+ },
625
+ :hostpubkey => {
626
+ :default => "$publickeydir/$certname.pem",
627
+ :type => :file,
628
+ :mode => 0644,
629
+ :owner => "service",
630
+ :group => "service",
631
+ :desc => "Where individual hosts store and look for their public key."
632
+ },
633
+ :localcacert => {
634
+ :default => "$certdir/ca.pem",
635
+ :type => :file,
636
+ :mode => 0644,
637
+ :owner => "service",
638
+ :group => "service",
639
+ :desc => "Where each client stores the CA certificate."
640
+ },
641
+ :ssl_client_ca_auth => {
642
+ :type => :file,
643
+ :mode => 0644,
644
+ :owner => "service",
645
+ :group => "service",
646
+ :desc => "Certificate authorities who issue server certificates. SSL servers will not be
647
+ considered authentic unless they possess a certificate issued by an authority
648
+ listed in this file. If this setting has no value then the Puppet master's CA
649
+ certificate (localcacert) will be used."
650
+ },
651
+ :ssl_server_ca_auth => {
652
+ :type => :file,
653
+ :mode => 0644,
654
+ :owner => "service",
655
+ :group => "service",
656
+ :desc => "Certificate authorities who issue client certificates. SSL clients will not be
657
+ considered authentic unless they possess a certificate issued by an authority
658
+ listed in this file. If this setting has no value then the Puppet master's CA
659
+ certificate (localcacert) will be used."
660
+ },
661
+ :hostcrl => {
662
+ :default => "$ssldir/crl.pem",
663
+ :type => :file,
664
+ :mode => 0644,
665
+ :owner => "service",
666
+ :group => "service",
667
+ :desc => "Where the host's certificate revocation list can be found.
668
+ This is distinct from the certificate authority's CRL."
669
+ },
670
+ :certificate_revocation => {
671
+ :default => true,
672
+ :type => :boolean,
673
+ :desc => "Whether certificate revocation should be supported by downloading a
674
+ Certificate Revocation List (CRL)
675
+ to all clients. If enabled, CA chaining will almost definitely not work.",
676
+ },
677
+ :certificate_expire_warning => {
678
+ :default => "60d",
679
+ :type => :duration,
680
+ :desc => "The window of time leading up to a certificate's expiration that a notification
681
+ will be logged. This applies to CA, master, and agent certificates. #{AS_DURATION}"
682
+ }
683
+ )
684
+
685
+ define_settings(
686
+ :ca,
687
+ :ca_name => {
688
+ :default => "Puppet CA: $certname",
689
+ :desc => "The name to use the Certificate Authority certificate.",
690
+ },
691
+ :cadir => {
692
+ :default => "$ssldir/ca",
693
+ :type => :directory,
694
+ :owner => "service",
695
+ :group => "service",
696
+ :mode => 0755,
697
+ :desc => "The root directory for the certificate authority."
698
+ },
699
+ :cacert => {
700
+ :default => "$cadir/ca_crt.pem",
701
+ :type => :file,
702
+ :owner => "service",
703
+ :group => "service",
704
+ :mode => 0644,
705
+ :desc => "The CA certificate."
706
+ },
707
+ :cakey => {
708
+ :default => "$cadir/ca_key.pem",
709
+ :type => :file,
710
+ :owner => "service",
711
+ :group => "service",
712
+ :mode => 0640,
713
+ :desc => "The CA private key."
714
+ },
715
+ :capub => {
716
+ :default => "$cadir/ca_pub.pem",
717
+ :type => :file,
718
+ :owner => "service",
719
+ :group => "service",
720
+ :mode => 0644,
721
+ :desc => "The CA public key."
722
+ },
723
+ :cacrl => {
724
+ :default => "$cadir/ca_crl.pem",
725
+ :type => :file,
726
+ :owner => "service",
727
+ :group => "service",
728
+ :mode => 0644,
729
+ :desc => "The certificate revocation list (CRL) for the CA. Will be used if present but otherwise ignored.",
730
+ },
731
+ :caprivatedir => {
732
+ :default => "$cadir/private",
733
+ :type => :directory,
734
+ :owner => "service",
735
+ :group => "service",
736
+ :mode => 0750,
737
+ :desc => "Where the CA stores private certificate information."
738
+ },
739
+ :csrdir => {
740
+ :default => "$cadir/requests",
741
+ :type => :directory,
742
+ :owner => "service",
743
+ :group => "service",
744
+ :mode => 0755,
745
+ :desc => "Where the CA stores certificate requests"
746
+ },
747
+ :signeddir => {
748
+ :default => "$cadir/signed",
749
+ :type => :directory,
750
+ :owner => "service",
751
+ :group => "service",
752
+ :mode => 0755,
753
+ :desc => "Where the CA stores signed certificates."
754
+ },
755
+ :capass => {
756
+ :default => "$caprivatedir/ca.pass",
757
+ :type => :file,
758
+ :owner => "service",
759
+ :group => "service",
760
+ :mode => 0640,
761
+ :desc => "Where the CA stores the password for the private key."
762
+ },
763
+ :serial => {
764
+ :default => "$cadir/serial",
765
+ :type => :file,
766
+ :owner => "service",
767
+ :group => "service",
768
+ :mode => 0644,
769
+ :desc => "Where the serial number for certificates is stored."
770
+ },
771
+ :autosign => {
772
+ :default => "$confdir/autosign.conf",
773
+ :type => :autosign,
774
+ :desc => "Whether (and how) to autosign certificate requests. This setting
775
+ is only relevant on a puppet master acting as a certificate authority (CA).
776
+
777
+ Valid values are true (autosigns all certificate requests; not recommended),
778
+ false (disables autosigning certificates), or the absolute path to a file.
779
+
780
+ The file specified in this setting may be either a **configuration file**
781
+ or a **custom policy executable.** Puppet will automatically determine
782
+ what it is: If the Puppet user (see the `user` setting) can execute the
783
+ file, it will be treated as a policy executable; otherwise, it will be
784
+ treated as a config file.
785
+
786
+ If a custom policy executable is configured, the CA puppet master will run it
787
+ every time it receives a CSR. The executable will be passed the subject CN of the
788
+ request _as a command line argument,_ and the contents of the CSR in PEM format
789
+ _on stdin._ It should exit with a status of 0 if the cert should be autosigned
790
+ and non-zero if the cert should not be autosigned.
791
+
792
+ If a certificate request is not autosigned, it will persist for review. An admin
793
+ user can use the `puppet cert sign` command to manually sign it, or can delete
794
+ the request.
795
+
796
+ For info on autosign configuration files, see
797
+ [the guide to Puppet's config files](http://docs.puppetlabs.com/guides/configuring.html).",
798
+ },
799
+ :allow_duplicate_certs => {
800
+ :default => false,
801
+ :type => :boolean,
802
+ :desc => "Whether to allow a new certificate
803
+ request to overwrite an existing certificate.",
804
+ },
805
+ :ca_ttl => {
806
+ :default => "5y",
807
+ :type => :duration,
808
+ :desc => "The default TTL for new certificates.
809
+ #{AS_DURATION}"
810
+ },
811
+ :req_bits => {
812
+ :default => 4096,
813
+ :desc => "The bit length of the certificates.",
814
+ },
815
+ :keylength => {
816
+ :default => 4096,
817
+ :desc => "The bit length of keys.",
818
+ },
819
+ :cert_inventory => {
820
+ :default => "$cadir/inventory.txt",
821
+ :type => :file,
822
+ :mode => 0644,
823
+ :owner => "service",
824
+ :group => "service",
825
+ :desc => "The inventory file. This is a text file to which the CA writes a
826
+ complete listing of all certificates."
827
+ }
828
+ )
829
+
830
+ # Define the config default.
831
+
832
+ define_settings(:application,
833
+ :config_file_name => {
834
+ :type => :string,
835
+ :default => Puppet::Settings.default_config_file_name,
836
+ :desc => "The name of the puppet config file.",
837
+ },
838
+ :config => {
839
+ :type => :file,
840
+ :default => "$confdir/${config_file_name}",
841
+ :desc => "The configuration file for the current puppet application.",
842
+ },
843
+ :pidfile => {
844
+ :type => :file,
845
+ :default => "$rundir/${run_mode}.pid",
846
+ :desc => "The file containing the PID of a running process.
847
+ This file is intended to be used by service management frameworks
848
+ and monitoring systems to determine if a puppet process is still in
849
+ the process table.",
850
+ },
851
+ :bindaddress => {
852
+ :default => "0.0.0.0",
853
+ :desc => "The address a listening server should bind to.",
854
+ }
855
+ )
856
+
857
+ define_settings(:master,
858
+ :user => {
859
+ :default => "puppet",
860
+ :desc => "The user puppet master should run as.",
861
+ },
862
+ :group => {
863
+ :default => "puppet",
864
+ :desc => "The group puppet master should run as.",
865
+ },
866
+ :manifestdir => {
867
+ :default => "$confdir/manifests",
868
+ :type => :directory,
869
+ :desc => "Where puppet master looks for its manifests.",
870
+ },
871
+ :manifest => {
872
+ :default => "$manifestdir/site.pp",
873
+ :type => :file,
874
+ :desc => "The entry-point manifest file for puppet master or a directory of manifests
875
+ to be evaluated in alphabetical order.",
876
+ },
877
+ :code => {
878
+ :default => "",
879
+ :desc => "Code to parse directly. This is essentially only used
880
+ by `puppet`, and should only be set if you're writing your own Puppet
881
+ executable.",
882
+ },
883
+ :masterlog => {
884
+ :default => "$logdir/puppetmaster.log",
885
+ :type => :file,
886
+ :owner => "service",
887
+ :group => "service",
888
+ :mode => 0660,
889
+ :desc => "Where puppet master logs. This is generally not used,
890
+ since syslog is the default log destination."
891
+ },
892
+ :masterhttplog => {
893
+ :default => "$logdir/masterhttp.log",
894
+ :type => :file,
895
+ :owner => "service",
896
+ :group => "service",
897
+ :mode => 0660,
898
+ :create => true,
899
+ :desc => "Where the puppet master web server logs."
900
+ },
901
+ :masterport => {
902
+ :default => 8140,
903
+ :desc => "The port for puppet master traffic. For puppet master,
904
+ this is the port to listen on; for puppet agent, this is the port
905
+ to make requests on. Both applications use this setting to get the port.",
906
+ },
907
+ :node_name => {
908
+ :default => "cert",
909
+ :desc => "How the puppet master determines the client's identity
910
+ and sets the 'hostname', 'fqdn' and 'domain' facts for use in the manifest,
911
+ in particular for determining which 'node' statement applies to the client.
912
+ Possible values are 'cert' (use the subject's CN in the client's
913
+ certificate) and 'facter' (use the hostname that the client
914
+ reported in its facts)",
915
+ },
916
+ :bucketdir => {
917
+ :default => "$vardir/bucket",
918
+ :type => :directory,
919
+ :mode => 0750,
920
+ :owner => "service",
921
+ :group => "service",
922
+ :desc => "Where FileBucket files are stored."
923
+ },
924
+ :rest_authconfig => {
925
+ :default => "$confdir/auth.conf",
926
+ :type => :file,
927
+ :desc => "The configuration file that defines the rights to the different
928
+ rest indirections. This can be used as a fine-grained
929
+ authorization system for `puppet master`.",
930
+ },
931
+ :ca => {
932
+ :default => true,
933
+ :type => :boolean,
934
+ :desc => "Whether the master should function as a certificate authority.",
935
+ },
936
+ :basemodulepath => {
937
+ :default => "$confdir/modules#{File::PATH_SEPARATOR}/usr/share/puppet/modules",
938
+ :type => :path,
939
+ :desc => "The base non-environment specific search path for modules, included
940
+ also in all directory environment and default legacy environment modulepaths.",
941
+ },
942
+ :modulepath => {
943
+ :default => "$basemodulepath",
944
+ :type => :path,
945
+ :desc => "The search path for modules, as a list of directories separated by the system
946
+ path separator character. (The POSIX path separator is ':', and the
947
+ Windows path separator is ';'.)",
948
+ },
949
+ :ssl_client_header => {
950
+ :default => "HTTP_X_CLIENT_DN",
951
+ :desc => "The header containing an authenticated client's SSL DN.
952
+ This header must be set by the proxy to the authenticated client's SSL
953
+ DN (e.g., `/CN=puppet.puppetlabs.com`). Puppet will parse out the Common
954
+ Name (CN) from the Distinguished Name (DN) and use the value of the CN
955
+ field for authorization.
956
+
957
+ Note that the name of the HTTP header gets munged by the web server
958
+ common gateway inteface: an `HTTP_` prefix is added, dashes are converted
959
+ to underscores, and all letters are uppercased. Thus, to use the
960
+ `X-Client-DN` header, this setting should be `HTTP_X_CLIENT_DN`.",
961
+ },
962
+ :ssl_client_verify_header => {
963
+ :default => "HTTP_X_CLIENT_VERIFY",
964
+ :desc => "The header containing the status message of the client
965
+ verification. This header must be set by the proxy to 'SUCCESS' if the
966
+ client successfully authenticated, and anything else otherwise.
967
+
968
+ Note that the name of the HTTP header gets munged by the web server
969
+ common gateway inteface: an `HTTP_` prefix is added, dashes are converted
970
+ to underscores, and all letters are uppercased. Thus, to use the
971
+ `X-Client-Verify` header, this setting should be
972
+ `HTTP_X_CLIENT_VERIFY`.",
973
+ },
974
+ # To make sure this directory is created before we try to use it on the server, we need
975
+ # it to be in the server section (#1138).
976
+ :yamldir => {
977
+ :default => "$vardir/yaml",
978
+ :type => :directory,
979
+ :owner => "service",
980
+ :group => "service",
981
+ :mode => "750",
982
+ :desc => "The directory in which YAML data is stored, usually in a subdirectory."},
983
+ :server_datadir => {
984
+ :default => "$vardir/server_data",
985
+ :type => :directory,
986
+ :owner => "service",
987
+ :group => "service",
988
+ :mode => "750",
989
+ :desc => "The directory in which serialized data is stored, usually in a subdirectory."},
990
+ :reports => {
991
+ :default => "store",
992
+ :desc => "The list of report handlers to use. When using multiple report handlers,
993
+ their names should be comma-separated, with whitespace allowed. (For example,
994
+ `reports = http, tagmail`.)
995
+
996
+ This setting is relevant to puppet master and puppet apply. The puppet
997
+ master will call these report handlers with the reports it receives from
998
+ agent nodes, and puppet apply will call them with its own report. (In
999
+ all cases, the node applying the catalog must have `report = true`.)
1000
+
1001
+ See the report reference for information on the built-in report
1002
+ handlers; custom report handlers can also be loaded from modules.
1003
+ (Report handlers are loaded from the lib directory, at
1004
+ `puppet/reports/NAME.rb`.)",
1005
+ },
1006
+ :reportdir => {
1007
+ :default => "$vardir/reports",
1008
+ :type => :directory,
1009
+ :mode => 0750,
1010
+ :owner => "service",
1011
+ :group => "service",
1012
+ :desc => "The directory in which to store reports. Each node gets
1013
+ a separate subdirectory in this directory. This setting is only
1014
+ used when the `store` report processor is enabled (see the
1015
+ `reports` setting)."},
1016
+ :reporturl => {
1017
+ :default => "http://localhost:3000/reports/upload",
1018
+ :desc => "The URL that reports should be forwarded to. This setting
1019
+ is only used when the `http` report processor is enabled (see the
1020
+ `reports` setting).",
1021
+ },
1022
+ :fileserverconfig => {
1023
+ :default => "$confdir/fileserver.conf",
1024
+ :type => :file,
1025
+ :desc => "Where the fileserver configuration is stored.",
1026
+ },
1027
+ :strict_hostname_checking => {
1028
+ :default => false,
1029
+ :desc => "Whether to only search for the complete
1030
+ hostname as it is in the certificate when searching for node information
1031
+ in the catalogs.",
1032
+ }
1033
+ )
1034
+
1035
+ define_settings(:metrics,
1036
+ :rrddir => {
1037
+ :type => :directory,
1038
+ :default => "$vardir/rrd",
1039
+ :mode => 0750,
1040
+ :owner => "service",
1041
+ :group => "service",
1042
+ :desc => "The directory where RRD database files are stored.
1043
+ Directories for each reporting host will be created under
1044
+ this directory."
1045
+ },
1046
+ :rrdinterval => {
1047
+ :default => "$runinterval",
1048
+ :type => :duration,
1049
+ :desc => "How often RRD should expect data.
1050
+ This should match how often the hosts report back to the server. #{AS_DURATION}",
1051
+ }
1052
+ )
1053
+
1054
+ define_settings(:device,
1055
+ :devicedir => {
1056
+ :default => "$vardir/devices",
1057
+ :type => :directory,
1058
+ :mode => "750",
1059
+ :desc => "The root directory of devices' $vardir.",
1060
+ },
1061
+ :deviceconfig => {
1062
+ :default => "$confdir/device.conf",
1063
+ :desc => "Path to the device config file for puppet device.",
1064
+ }
1065
+ )
1066
+
1067
+ define_settings(:agent,
1068
+ :node_name_value => {
1069
+ :default => "$certname",
1070
+ :desc => "The explicit value used for the node name for all requests the agent
1071
+ makes to the master. WARNING: This setting is mutually exclusive with
1072
+ node_name_fact. Changing this setting also requires changes to the default
1073
+ auth.conf configuration on the Puppet Master. Please see
1074
+ http://links.puppetlabs.com/node_name_value for more information."
1075
+ },
1076
+ :node_name_fact => {
1077
+ :default => "",
1078
+ :desc => "The fact name used to determine the node name used for all requests the agent
1079
+ makes to the master. WARNING: This setting is mutually exclusive with
1080
+ node_name_value. Changing this setting also requires changes to the default
1081
+ auth.conf configuration on the Puppet Master. Please see
1082
+ http://links.puppetlabs.com/node_name_fact for more information.",
1083
+ :hook => proc do |value|
1084
+ if !value.empty? and Puppet[:node_name_value] != Puppet[:certname]
1085
+ raise "Cannot specify both the node_name_value and node_name_fact settings"
1086
+ end
1087
+ end
1088
+ },
1089
+ :localconfig => {
1090
+ :default => "$statedir/localconfig",
1091
+ :type => :file,
1092
+ :owner => "root",
1093
+ :mode => 0660,
1094
+ :desc => "Where puppet agent caches the local configuration. An
1095
+ extension indicating the cache format is added automatically."},
1096
+ :statefile => {
1097
+ :default => "$statedir/state.yaml",
1098
+ :type => :file,
1099
+ :mode => 0660,
1100
+ :desc => "Where puppet agent and puppet master store state associated
1101
+ with the running configuration. In the case of puppet master,
1102
+ this file reflects the state discovered through interacting
1103
+ with clients."
1104
+ },
1105
+ :clientyamldir => {
1106
+ :default => "$vardir/client_yaml",
1107
+ :type => :directory,
1108
+ :mode => "750",
1109
+ :desc => "The directory in which client-side YAML data is stored."
1110
+ },
1111
+ :client_datadir => {
1112
+ :default => "$vardir/client_data",
1113
+ :type => :directory,
1114
+ :mode => "750",
1115
+ :desc => "The directory in which serialized data is stored on the client."
1116
+ },
1117
+ :classfile => {
1118
+ :default => "$statedir/classes.txt",
1119
+ :type => :file,
1120
+ :owner => "root",
1121
+ :mode => 0640,
1122
+ :desc => "The file in which puppet agent stores a list of the classes
1123
+ associated with the retrieved configuration. Can be loaded in
1124
+ the separate `puppet` executable using the `--loadclasses`
1125
+ option."},
1126
+ :resourcefile => {
1127
+ :default => "$statedir/resources.txt",
1128
+ :type => :file,
1129
+ :owner => "root",
1130
+ :mode => 0640,
1131
+ :desc => "The file in which puppet agent stores a list of the resources
1132
+ associated with the retrieved configuration." },
1133
+ :puppetdlog => {
1134
+ :default => "$logdir/puppetd.log",
1135
+ :type => :file,
1136
+ :owner => "root",
1137
+ :mode => 0640,
1138
+ :desc => "The log file for puppet agent. This is generally not used."
1139
+ },
1140
+ :server => {
1141
+ :default => "puppet",
1142
+ :desc => "The puppet master server to which the puppet agent should connect."
1143
+ },
1144
+ :use_srv_records => {
1145
+ :default => false,
1146
+ :type => :boolean,
1147
+ :desc => "Whether the server will search for SRV records in DNS for the current domain.",
1148
+ },
1149
+ :srv_domain => {
1150
+ :default => "#{Puppet::Settings.domain_fact}",
1151
+ :desc => "The domain which will be queried to find the SRV records of servers to use.",
1152
+ },
1153
+ :ignoreschedules => {
1154
+ :default => false,
1155
+ :type => :boolean,
1156
+ :desc => "Boolean; whether puppet agent should ignore schedules. This is useful
1157
+ for initial puppet agent runs.",
1158
+ },
1159
+ :default_schedules => {
1160
+ :default => true,
1161
+ :type => :boolean,
1162
+ :desc => "Boolean; whether to generate the default schedule resources. Setting this to
1163
+ false is useful for keeping external report processors clean of skipped schedule resources.",
1164
+ },
1165
+ :puppetport => {
1166
+ :default => 8139,
1167
+ :desc => "Which port puppet agent listens on.",
1168
+ },
1169
+ :noop => {
1170
+ :default => false,
1171
+ :type => :boolean,
1172
+ :desc => "Whether to apply catalogs in noop mode, which allows Puppet to
1173
+ partially simulate a normal run. This setting affects puppet agent and
1174
+ puppet apply.
1175
+
1176
+ When running in noop mode, Puppet will check whether each resource is in sync,
1177
+ like it does when running normally. However, if a resource attribute is not in
1178
+ the desired state (as declared in the catalog), Puppet will take no
1179
+ action, and will instead report the changes it _would_ have made. These
1180
+ simulated changes will appear in the report sent to the puppet master, or
1181
+ be shown on the console if running puppet agent or puppet apply in the
1182
+ foreground. The simulated changes will not send refresh events to any
1183
+ subscribing or notified resources, although Puppet will log that a refresh
1184
+ event _would_ have been sent.
1185
+
1186
+ **Important note:**
1187
+ [The `noop` metaparameter](http://docs.puppetlabs.com/references/latest/metaparameter.html#noop)
1188
+ allows you to apply individual resources in noop mode, and will override
1189
+ the global value of the `noop` setting. This means a resource with
1190
+ `noop => false` _will_ be changed if necessary, even when running puppet
1191
+ agent with `noop = true` or `--noop`. (Conversely, a resource with
1192
+ `noop => true` will only be simulated, even when noop mode is globally disabled.)",
1193
+ },
1194
+ :runinterval => {
1195
+ :default => "30m",
1196
+ :type => :duration,
1197
+ :desc => "How often puppet agent applies the catalog.
1198
+ Note that a runinterval of 0 means \"run continuously\" rather than
1199
+ \"never run.\" If you want puppet agent to never run, you should start
1200
+ it with the `--no-client` option. #{AS_DURATION}",
1201
+ },
1202
+ :listen => {
1203
+ :default => false,
1204
+ :type => :boolean,
1205
+ :desc => "Whether puppet agent should listen for
1206
+ connections. If this is true, then puppet agent will accept incoming
1207
+ REST API requests, subject to the default ACLs and the ACLs set in
1208
+ the `rest_authconfig` file. Puppet agent can respond usefully to
1209
+ requests on the `run`, `facts`, `certificate`, and `resource` endpoints.",
1210
+ },
1211
+ :ca_server => {
1212
+ :default => "$server",
1213
+ :desc => "The server to use for certificate
1214
+ authority requests. It's a separate server because it cannot
1215
+ and does not need to horizontally scale.",
1216
+ },
1217
+ :ca_port => {
1218
+ :default => "$masterport",
1219
+ :desc => "The port to use for the certificate authority.",
1220
+ },
1221
+ :catalog_format => {
1222
+ :default => "",
1223
+ :desc => "(Deprecated for 'preferred_serialization_format') What format to
1224
+ use to dump the catalog. Only supports 'marshal' and 'yaml'. Only
1225
+ matters on the client, since it asks the server for a specific format.",
1226
+ :hook => proc { |value|
1227
+ if value
1228
+ Puppet.deprecation_warning "Setting 'catalog_format' is deprecated; use 'preferred_serialization_format' instead."
1229
+ Puppet.settings.override_default(:preferred_serialization_format, value)
1230
+ end
1231
+ }
1232
+ },
1233
+ :preferred_serialization_format => {
1234
+ :default => "pson",
1235
+ :desc => "The preferred means of serializing
1236
+ ruby instances for passing over the wire. This won't guarantee that all
1237
+ instances will be serialized using this method, since not all classes
1238
+ can be guaranteed to support this format, but it will be used for all
1239
+ classes that support it.",
1240
+ },
1241
+ :report_serialization_format => {
1242
+ :default => "pson",
1243
+ :type => :enum,
1244
+ :values => ["pson", "yaml"],
1245
+ :desc => "The serialization format to use when sending reports to the
1246
+ `report_server`. Possible values are `pson` and `yaml`. This setting
1247
+ affects puppet agent, but not puppet apply (which processes its own
1248
+ reports).
1249
+
1250
+ This should almost always be set to `pson`. It can be temporarily set to
1251
+ `yaml` to let agents using this Puppet version connect to a puppet master
1252
+ running Puppet 3.0.0 through 3.2.x.
1253
+
1254
+ Note that this is set to 'yaml' automatically if the agent detects an
1255
+ older master, so should never need to be set explicitly."
1256
+ },
1257
+ :legacy_query_parameter_serialization => {
1258
+ :default => false,
1259
+ :type => :boolean,
1260
+ :desc => "The serialization format to use when sending file_metadata
1261
+ query parameters. Older versions of puppet master expect certain query
1262
+ parameters to be serialized as yaml, which is deprecated.
1263
+
1264
+ This should almost always be false. It can be temporarily set to true
1265
+ to let agents using this Puppet version connect to a puppet master
1266
+ running Puppet 3.0.0 through 3.2.x.
1267
+
1268
+ Note that this is set to true automatically if the agent detects an
1269
+ older master, so should never need to be set explicitly."
1270
+ },
1271
+ :agent_catalog_run_lockfile => {
1272
+ :default => "$statedir/agent_catalog_run.lock",
1273
+ :type => :string, # (#2888) Ensure this file is not added to the settings catalog.
1274
+ :desc => "A lock file to indicate that a puppet agent catalog run is currently in progress.
1275
+ The file contains the pid of the process that holds the lock on the catalog run.",
1276
+ },
1277
+ :agent_disabled_lockfile => {
1278
+ :default => "$statedir/agent_disabled.lock",
1279
+ :type => :file,
1280
+ :desc => "A lock file to indicate that puppet agent runs have been administratively
1281
+ disabled. File contains a JSON object with state information.",
1282
+ },
1283
+ :usecacheonfailure => {
1284
+ :default => true,
1285
+ :type => :boolean,
1286
+ :desc => "Whether to use the cached configuration when the remote
1287
+ configuration will not compile. This option is useful for testing
1288
+ new configurations, where you want to fix the broken configuration
1289
+ rather than reverting to a known-good one.",
1290
+ },
1291
+ :use_cached_catalog => {
1292
+ :default => false,
1293
+ :type => :boolean,
1294
+ :desc => "Whether to only use the cached catalog rather than compiling a new catalog
1295
+ on every run. Puppet can be run with this enabled by default and then selectively
1296
+ disabled when a recompile is desired.",
1297
+ },
1298
+ :ignoremissingtypes => {
1299
+ :default => false,
1300
+ :type => :boolean,
1301
+ :desc => "Skip searching for classes and definitions that were missing during a
1302
+ prior compilation. The list of missing objects is maintained per-environment and
1303
+ persists until the environment is cleared or the master is restarted.",
1304
+ },
1305
+ :ignorecache => {
1306
+ :default => false,
1307
+ :type => :boolean,
1308
+ :desc => "Ignore cache and always recompile the configuration. This is
1309
+ useful for testing new configurations, where the local cache may in
1310
+ fact be stale even if the timestamps are up to date - if the facts
1311
+ change or if the server changes.",
1312
+ },
1313
+ :dynamicfacts => {
1314
+ :default => "memorysize,memoryfree,swapsize,swapfree",
1315
+ :desc => "(Deprecated) Facts that are dynamic; these facts will be ignored when deciding whether
1316
+ changed facts should result in a recompile. Multiple facts should be
1317
+ comma-separated.",
1318
+ :hook => proc { |value|
1319
+ if value
1320
+ Puppet.deprecation_warning "The dynamicfacts setting is deprecated and will be ignored."
1321
+ end
1322
+ }
1323
+ },
1324
+ :splaylimit => {
1325
+ :default => "$runinterval",
1326
+ :type => :duration,
1327
+ :desc => "The maximum time to delay before runs. Defaults to being the same as the
1328
+ run interval. #{AS_DURATION}",
1329
+ },
1330
+ :splay => {
1331
+ :default => false,
1332
+ :type => :boolean,
1333
+ :desc => "Whether to sleep for a pseudo-random (but consistent) amount of time before
1334
+ a run.",
1335
+ },
1336
+ :clientbucketdir => {
1337
+ :default => "$vardir/clientbucket",
1338
+ :type => :directory,
1339
+ :mode => 0750,
1340
+ :desc => "Where FileBucket files are stored locally."
1341
+ },
1342
+ :configtimeout => {
1343
+ :default => "2m",
1344
+ :type => :duration,
1345
+ :desc => "How long the client should wait for the configuration to be retrieved
1346
+ before considering it a failure. This can help reduce flapping if too
1347
+ many clients contact the server at one time. #{AS_DURATION}",
1348
+ },
1349
+ :report_server => {
1350
+ :default => "$server",
1351
+ :desc => "The server to send transaction reports to.",
1352
+ },
1353
+ :report_port => {
1354
+ :default => "$masterport",
1355
+ :desc => "The port to communicate with the report_server.",
1356
+ },
1357
+ :inventory_server => {
1358
+ :default => "$server",
1359
+ :desc => "The server to send facts to.",
1360
+ },
1361
+ :inventory_port => {
1362
+ :default => "$masterport",
1363
+ :desc => "The port to communicate with the inventory_server.",
1364
+ },
1365
+ :report => {
1366
+ :default => true,
1367
+ :type => :boolean,
1368
+ :desc => "Whether to send reports after every transaction.",
1369
+ },
1370
+ :lastrunfile => {
1371
+ :default => "$statedir/last_run_summary.yaml",
1372
+ :type => :file,
1373
+ :mode => 0644,
1374
+ :desc => "Where puppet agent stores the last run report summary in yaml format."
1375
+ },
1376
+ :lastrunreport => {
1377
+ :default => "$statedir/last_run_report.yaml",
1378
+ :type => :file,
1379
+ :mode => 0640,
1380
+ :desc => "Where puppet agent stores the last run report in yaml format."
1381
+ },
1382
+ :graph => {
1383
+ :default => false,
1384
+ :type => :boolean,
1385
+ :desc => "Whether to create dot graph files for the different
1386
+ configuration graphs. These dot files can be interpreted by tools
1387
+ like OmniGraffle or dot (which is part of ImageMagick).",
1388
+ },
1389
+ :graphdir => {
1390
+ :default => "$statedir/graphs",
1391
+ :type => :directory,
1392
+ :desc => "Where to store dot-outputted graphs.",
1393
+ },
1394
+ :http_compression => {
1395
+ :default => false,
1396
+ :type => :boolean,
1397
+ :desc => "Allow http compression in REST communication with the master.
1398
+ This setting might improve performance for agent -> master
1399
+ communications over slow WANs. Your puppet master needs to support
1400
+ compression (usually by activating some settings in a reverse-proxy in
1401
+ front of the puppet master, which rules out webrick). It is harmless to
1402
+ activate this settings if your master doesn't support compression, but
1403
+ if it supports it, this setting might reduce performance on high-speed LANs.",
1404
+ },
1405
+ :waitforcert => {
1406
+ :default => "2m",
1407
+ :type => :duration,
1408
+ :desc => "How frequently puppet agent should ask for a signed certificate.
1409
+
1410
+ When starting for the first time, puppet agent will submit a certificate
1411
+ signing request (CSR) to the server named in the `ca_server` setting
1412
+ (usually the puppet master); this may be autosigned, or may need to be
1413
+ approved by a human, depending on the CA server's configuration.
1414
+
1415
+ Puppet agent cannot apply configurations until its approved certificate is
1416
+ available. Since the certificate may or may not be available immediately,
1417
+ puppet agent will repeatedly try to fetch it at this interval. You can
1418
+ turn off waiting for certificates by specifying a time of 0, in which case
1419
+ puppet agent will exit if it cannot get a cert.
1420
+ #{AS_DURATION}",
1421
+ },
1422
+ :ordering => {
1423
+ :type => :enum,
1424
+ :values => ["manifest", "title-hash", "random"],
1425
+ :default => "title-hash",
1426
+ :desc => "How unrelated resources should be ordered when applying a catalog.
1427
+ Allowed values are `title-hash`, `manifest`, and `random`. This
1428
+ setting affects puppet agent and puppet apply, but not puppet master.
1429
+
1430
+ * `title-hash` (the default) will order resources randomly, but will use
1431
+ the same order across runs and across nodes.
1432
+ * `manifest` will use the order in which the resources were declared in
1433
+ their manifest files.
1434
+ * `random` will order resources randomly and change their order with each
1435
+ run. This can work like a fuzzer for shaking out undeclared dependencies.
1436
+
1437
+ Regardless of this setting's value, Puppet will always obey explicit
1438
+ dependencies set with the before/require/notify/subscribe metaparameters
1439
+ and the `->`/`~>` chaining arrows; this setting only affects the relative
1440
+ ordering of _unrelated_ resources."
1441
+ }
1442
+ )
1443
+
1444
+ define_settings(:inspect,
1445
+ :archive_files => {
1446
+ :type => :boolean,
1447
+ :default => false,
1448
+ :desc => "During an inspect run, whether to archive files whose contents are audited to a file bucket.",
1449
+ },
1450
+ :archive_file_server => {
1451
+ :default => "$server",
1452
+ :desc => "During an inspect run, the file bucket server to archive files to if archive_files is set.",
1453
+ }
1454
+ )
1455
+
1456
+ # Plugin information.
1457
+
1458
+ define_settings(
1459
+ :main,
1460
+ :plugindest => {
1461
+ :type => :directory,
1462
+ :default => "$libdir",
1463
+ :desc => "Where Puppet should store plugins that it pulls down from the central
1464
+ server.",
1465
+ },
1466
+ :pluginsource => {
1467
+ :default => "puppet://$server/plugins",
1468
+ :desc => "From where to retrieve plugins. The standard Puppet `file` type
1469
+ is used for retrieval, so anything that is a valid file source can
1470
+ be used here.",
1471
+ },
1472
+ :pluginfactdest => {
1473
+ :type => :directory,
1474
+ :default => "$vardir/facts.d",
1475
+ :desc => "Where Puppet should store external facts that are being handled by pluginsync",
1476
+ },
1477
+ :pluginfactsource => {
1478
+ :default => "puppet://$server/pluginfacts",
1479
+ :desc => "Where to retrieve external facts for pluginsync",
1480
+ },
1481
+ :pluginsync => {
1482
+ :default => true,
1483
+ :type => :boolean,
1484
+ :desc => "Whether plugins should be synced with the central server.",
1485
+ },
1486
+
1487
+ :pluginsignore => {
1488
+ :default => ".svn CVS .git",
1489
+ :desc => "What files to ignore when pulling down plugins.",
1490
+ }
1491
+ )
1492
+
1493
+ # Central fact information.
1494
+
1495
+ define_settings(
1496
+ :main,
1497
+ :factpath => {
1498
+ :type => :path,
1499
+ :default => "$vardir/lib/facter#{File::PATH_SEPARATOR}$vardir/facts",
1500
+ :desc => "Where Puppet should look for facts. Multiple directories should
1501
+ be separated by the system path separator character. (The POSIX path
1502
+ separator is ':', and the Windows path separator is ';'.)",
1503
+
1504
+ :call_hook => :on_initialize_and_write, # Call our hook with the default value, so we always get the value added to facter.
1505
+ :hook => proc do |value|
1506
+ paths = value.split(File::PATH_SEPARATOR)
1507
+ Facter.search(*paths)
1508
+ end
1509
+ }
1510
+ )
1511
+
1512
+
1513
+ define_settings(
1514
+ :tagmail,
1515
+ :tagmap => {
1516
+ :default => "$confdir/tagmail.conf",
1517
+ :desc => "The mapping between reporting tags and email addresses.",
1518
+ },
1519
+ :sendmail => {
1520
+ :default => which('sendmail') || '',
1521
+ :desc => "Where to find the sendmail binary with which to send email.",
1522
+ },
1523
+
1524
+ :reportfrom => {
1525
+ :default => "report@" + [Facter["hostname"].value,Facter["domain"].value].join("."),
1526
+ :desc => "The 'from' email address for the reports.",
1527
+ },
1528
+
1529
+ :smtpserver => {
1530
+ :default => "none",
1531
+ :desc => "The server through which to send email reports.",
1532
+ },
1533
+ :smtpport => {
1534
+ :default => 25,
1535
+ :desc => "The TCP port through which to send email reports.",
1536
+ },
1537
+ :smtphelo => {
1538
+ :default => Facter["fqdn"].value,
1539
+ :desc => "The name by which we identify ourselves in SMTP HELO for reports.
1540
+ If you send to a smtpserver which does strict HELO checking (as with Postfix's
1541
+ `smtpd_helo_restrictions` access controls), you may need to ensure this resolves.",
1542
+ }
1543
+ )
1544
+
1545
+ define_settings(
1546
+ :rails,
1547
+ :dblocation => {
1548
+ :default => "$statedir/clientconfigs.sqlite3",
1549
+ :type => :file,
1550
+ :mode => 0660,
1551
+ :owner => "service",
1552
+ :group => "service",
1553
+ :desc => "The sqlite database file. #{STORECONFIGS_ONLY}"
1554
+ },
1555
+ :dbadapter => {
1556
+ :default => "sqlite3",
1557
+ :desc => "The type of database to use. #{STORECONFIGS_ONLY}",
1558
+ },
1559
+ :dbmigrate => {
1560
+ :default => false,
1561
+ :type => :boolean,
1562
+ :desc => "Whether to automatically migrate the database. #{STORECONFIGS_ONLY}",
1563
+ },
1564
+ :dbname => {
1565
+ :default => "puppet",
1566
+ :desc => "The name of the database to use. #{STORECONFIGS_ONLY}",
1567
+ },
1568
+ :dbserver => {
1569
+ :default => "localhost",
1570
+ :desc => "The database server for caching. Only
1571
+ used when networked databases are used.",
1572
+ },
1573
+ :dbport => {
1574
+ :default => "",
1575
+ :desc => "The database password for caching. Only
1576
+ used when networked databases are used. #{STORECONFIGS_ONLY}",
1577
+ },
1578
+ :dbuser => {
1579
+ :default => "puppet",
1580
+ :desc => "The database user for caching. Only
1581
+ used when networked databases are used. #{STORECONFIGS_ONLY}",
1582
+ },
1583
+ :dbpassword => {
1584
+ :default => "puppet",
1585
+ :desc => "The database password for caching. Only
1586
+ used when networked databases are used. #{STORECONFIGS_ONLY}",
1587
+ },
1588
+ :dbconnections => {
1589
+ :default => '',
1590
+ :desc => "The number of database connections for networked
1591
+ databases. Will be ignored unless the value is a positive integer. #{STORECONFIGS_ONLY}",
1592
+ },
1593
+ :dbsocket => {
1594
+ :default => "",
1595
+ :desc => "The database socket location. Only used when networked
1596
+ databases are used. Will be ignored if the value is an empty string. #{STORECONFIGS_ONLY}",
1597
+ },
1598
+ :railslog => {
1599
+ :default => "$logdir/rails.log",
1600
+ :type => :file,
1601
+ :mode => 0600,
1602
+ :owner => "service",
1603
+ :group => "service",
1604
+ :desc => "Where Rails-specific logs are sent. #{STORECONFIGS_ONLY}"
1605
+ },
1606
+
1607
+ :rails_loglevel => {
1608
+ :default => "info",
1609
+ :desc => "The log level for Rails connections. The value must be
1610
+ a valid log level within Rails. Production environments normally use `info`
1611
+ and other environments normally use `debug`. #{STORECONFIGS_ONLY}",
1612
+ }
1613
+ )
1614
+
1615
+ define_settings(
1616
+ :couchdb,
1617
+
1618
+ :couchdb_url => {
1619
+ :default => "http://127.0.0.1:5984/puppet",
1620
+ :desc => "The url where the puppet couchdb database will be created.
1621
+ Only used when `facts_terminus` is set to `couch`.",
1622
+ }
1623
+ )
1624
+
1625
+ define_settings(
1626
+ :transaction,
1627
+ :tags => {
1628
+ :default => "",
1629
+ :desc => "Tags to use to find resources. If this is set, then
1630
+ only resources tagged with the specified tags will be applied.
1631
+ Values must be comma-separated.",
1632
+ },
1633
+ :evaltrace => {
1634
+ :default => false,
1635
+ :type => :boolean,
1636
+ :desc => "Whether each resource should log when it is
1637
+ being evaluated. This allows you to interactively see exactly
1638
+ what is being done.",
1639
+ },
1640
+ :summarize => {
1641
+ :default => false,
1642
+ :type => :boolean,
1643
+ :desc => "Whether to print a transaction summary.",
1644
+ }
1645
+ )
1646
+
1647
+ define_settings(
1648
+ :main,
1649
+ :external_nodes => {
1650
+ :default => "none",
1651
+ :desc => "An external command that can produce node information. The command's output
1652
+ must be a YAML dump of a hash, and that hash must have a `classes` key and/or
1653
+ a `parameters` key, where `classes` is an array or hash and
1654
+ `parameters` is a hash. For unknown nodes, the command should
1655
+ exit with a non-zero exit code.
1656
+
1657
+ This command makes it straightforward to store your node mapping
1658
+ information in other data sources like databases.",
1659
+ }
1660
+ )
1661
+
1662
+ define_settings(
1663
+ :ldap,
1664
+ :ldapssl => {
1665
+ :default => false,
1666
+ :type => :boolean,
1667
+ :desc => "Whether SSL should be used when searching for nodes.
1668
+ Defaults to false because SSL usually requires certificates
1669
+ to be set up on the client side.",
1670
+ },
1671
+ :ldaptls => {
1672
+ :default => false,
1673
+ :type => :boolean,
1674
+ :desc => "Whether TLS should be used when searching for nodes.
1675
+ Defaults to false because TLS usually requires certificates
1676
+ to be set up on the client side.",
1677
+ },
1678
+ :ldapserver => {
1679
+ :default => "ldap",
1680
+ :desc => "The LDAP server. Only used if `node_terminus` is set to `ldap`.",
1681
+ },
1682
+ :ldapport => {
1683
+ :default => 389,
1684
+ :desc => "The LDAP port. Only used if `node_terminus` is set to `ldap`.",
1685
+ },
1686
+
1687
+ :ldapstring => {
1688
+ :default => "(&(objectclass=puppetClient)(cn=%s))",
1689
+ :desc => "The search string used to find an LDAP node.",
1690
+ },
1691
+ :ldapclassattrs => {
1692
+ :default => "puppetclass",
1693
+ :desc => "The LDAP attributes to use to define Puppet classes. Values
1694
+ should be comma-separated.",
1695
+ },
1696
+ :ldapstackedattrs => {
1697
+ :default => "puppetvar",
1698
+ :desc => "The LDAP attributes that should be stacked to arrays by adding
1699
+ the values in all hierarchy elements of the tree. Values
1700
+ should be comma-separated.",
1701
+ },
1702
+ :ldapattrs => {
1703
+ :default => "all",
1704
+ :desc => "The LDAP attributes to include when querying LDAP for nodes. All
1705
+ returned attributes are set as variables in the top-level scope.
1706
+ Multiple values should be comma-separated. The value 'all' returns
1707
+ all attributes.",
1708
+ },
1709
+ :ldapparentattr => {
1710
+ :default => "parentnode",
1711
+ :desc => "The attribute to use to define the parent node.",
1712
+ },
1713
+ :ldapuser => {
1714
+ :default => "",
1715
+ :desc => "The user to use to connect to LDAP. Must be specified as a
1716
+ full DN.",
1717
+ },
1718
+ :ldappassword => {
1719
+ :default => "",
1720
+ :desc => "The password to use to connect to LDAP.",
1721
+ },
1722
+ :ldapbase => {
1723
+ :default => "",
1724
+ :desc => "The search base for LDAP searches. It's impossible to provide
1725
+ a meaningful default here, although the LDAP libraries might
1726
+ have one already set. Generally, it should be the 'ou=Hosts'
1727
+ branch under your main directory.",
1728
+ }
1729
+ )
1730
+
1731
+ define_settings(:master,
1732
+ :storeconfigs => {
1733
+ :default => false,
1734
+ :type => :boolean,
1735
+ :desc => "Whether to store each client's configuration, including catalogs, facts,
1736
+ and related data. This also enables the import and export of resources in
1737
+ the Puppet language - a mechanism for exchange resources between nodes.
1738
+
1739
+ By default this uses ActiveRecord and an SQL database to store and query
1740
+ the data; this, in turn, will depend on Rails being available.
1741
+
1742
+ You can adjust the backend using the storeconfigs_backend setting.",
1743
+ # Call our hook with the default value, so we always get the libdir set.
1744
+ :call_hook => :on_initialize_and_write,
1745
+ :hook => proc do |value|
1746
+ require 'puppet/node'
1747
+ require 'puppet/node/facts'
1748
+ if value
1749
+ if not Puppet.settings[:async_storeconfigs]
1750
+ Puppet::Resource::Catalog.indirection.cache_class = :store_configs
1751
+ Puppet.settings.override_default(:catalog_cache_terminus, :store_configs)
1752
+ end
1753
+ Puppet::Node::Facts.indirection.cache_class = :store_configs
1754
+
1755
+ Puppet::Resource.indirection.terminus_class = :store_configs
1756
+ end
1757
+ end
1758
+ },
1759
+ :storeconfigs_backend => {
1760
+ :type => :terminus,
1761
+ :default => "active_record",
1762
+ :desc => "Configure the backend terminus used for StoreConfigs.
1763
+ By default, this uses the ActiveRecord store, which directly talks to the
1764
+ database from within the Puppet Master process."
1765
+ }
1766
+ )
1767
+
1768
+ define_settings(:parser,
1769
+ :templatedir => {
1770
+ :default => "$vardir/templates",
1771
+ :type => :directory,
1772
+ :desc => "Where Puppet looks for template files. Can be a list of colon-separated
1773
+ directories.",
1774
+ },
1775
+
1776
+ :allow_variables_with_dashes => {
1777
+ :default => false,
1778
+ :desc => <<-'EOT'
1779
+ Permit hyphens (`-`) in variable names and issue deprecation warnings about
1780
+ them. This setting **should always be `false`;** setting it to `true`
1781
+ will cause subtle and wide-ranging bugs. It will be removed in a future version.
1782
+
1783
+ Hyphenated variables caused major problems in the language, but were allowed
1784
+ between Puppet 2.7.3 and 2.7.14. If you used them during this window, we
1785
+ apologize for the inconvenience --- you can temporarily set this to `true`
1786
+ in order to upgrade, and can rename your variables at your leisure. Please
1787
+ revert it to `false` after you have renamed all affected variables.
1788
+ EOT
1789
+ },
1790
+ :parser => {
1791
+ :default => "current",
1792
+ :desc => <<-'EOT'
1793
+ Selects the parser to use for parsing puppet manifests (in puppet DSL
1794
+ language/'.pp' files). Available choices are `current` (the default)
1795
+ and `future`.
1796
+
1797
+ The `curent` parser means that the released version of the parser should
1798
+ be used.
1799
+
1800
+ The `future` parser is a "time travel to the future" allowing early
1801
+ exposure to new language features. What these features are will vary from
1802
+ release to release and they may be invididually configurable.
1803
+
1804
+ Available Since Puppet 3.2.
1805
+ EOT
1806
+ },
1807
+ :evaluator => {
1808
+ :default => "future",
1809
+ :hook => proc do |value|
1810
+ if !['future', 'current'].include?(value)
1811
+ raise "evaluator can only be set to 'future' or 'current', got '#{value}'"
1812
+ end
1813
+ end,
1814
+ :desc => <<-'EOT'
1815
+ Which evaluator to use when compiling Puppet manifests. Valid values
1816
+ are `current` and `future` (the default).
1817
+
1818
+ **Note:** This setting is only used when `parser = future`. It allows
1819
+ testers to turn off the `future` evaluator when doing detailed tests and
1820
+ comparisons of the new compilation system.
1821
+
1822
+ Evaluation is the second stage of catalog compilation. After the parser
1823
+ converts a manifest to a model of expressions, the evaluator processes
1824
+ each expression. (For example, a resource declaration signals the
1825
+ evaluator to add a resource to the catalog).
1826
+
1827
+ The `future` parser and evaluator are slated to become default in Puppet
1828
+ 4. Their purpose is to add new features and improve consistency
1829
+ and reliability.
1830
+
1831
+ Available Since Puppet 3.5.
1832
+ EOT
1833
+ },
1834
+ :max_errors => {
1835
+ :default => 10,
1836
+ :desc => <<-'EOT'
1837
+ Sets the max number of logged/displayed parser validation errors in case
1838
+ multiple errors have been detected. A value of 0 is the same as value 1.
1839
+ The count is per manifest.
1840
+ EOT
1841
+ },
1842
+ :max_warnings => {
1843
+ :default => 10,
1844
+ :desc => <<-'EOT'
1845
+ Sets the max number of logged/displayed parser validation warnings in
1846
+ case multiple errors have been detected. A value of 0 is the same as
1847
+ value 1. The count is per manifest.
1848
+ EOT
1849
+ },
1850
+ :max_deprecations => {
1851
+ :default => 10,
1852
+ :desc => <<-'EOT'
1853
+ Sets the max number of logged/displayed parser validation deprecation
1854
+ warnings in case multiple errors have been detected. A value of 0 is the
1855
+ same as value 1. The count is per manifest.
1856
+ EOT
1857
+ },
1858
+ :strict_variables => {
1859
+ :default => false,
1860
+ :type => :boolean,
1861
+ :desc => <<-'EOT'
1862
+ Makes the parser raise errors when referencing unknown variables. (This does not affect
1863
+ referencing variables that are explicitly set to undef).
1864
+ EOT
1865
+ }
1866
+ )
1867
+ define_settings(:puppetdoc,
1868
+ :document_all => {
1869
+ :default => false,
1870
+ :type => :boolean,
1871
+ :desc => "Whether to document all resources when using `puppet doc` to
1872
+ generate manifest documentation.",
1873
+ }
1874
+ )
1875
+ end