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,238 @@
1
+ require 'puppet/resource/status'
2
+
3
+ class Puppet::Transaction::ResourceHarness
4
+ NO_ACTION = Object.new
5
+
6
+ extend Forwardable
7
+ def_delegators :@transaction, :relationship_graph
8
+
9
+ attr_reader :transaction
10
+
11
+ def initialize(transaction)
12
+ @transaction = transaction
13
+ end
14
+
15
+ def evaluate(resource)
16
+ status = Puppet::Resource::Status.new(resource)
17
+
18
+ begin
19
+ context = ResourceApplicationContext.from_resource(resource, status)
20
+ perform_changes(resource, context)
21
+
22
+ if status.changed? && ! resource.noop?
23
+ cache(resource, :synced, Time.now)
24
+ resource.flush if resource.respond_to?(:flush)
25
+ end
26
+ rescue => detail
27
+ status.failed_because(detail)
28
+ ensure
29
+ status.evaluation_time = Time.now - status.time
30
+ end
31
+
32
+ status
33
+ end
34
+
35
+ def scheduled?(resource)
36
+ return true if Puppet[:ignoreschedules]
37
+ return true unless schedule = schedule(resource)
38
+
39
+ # We use 'checked' here instead of 'synced' because otherwise we'll
40
+ # end up checking most resources most times, because they will generally
41
+ # have been synced a long time ago (e.g., a file only gets updated
42
+ # once a month on the server and its schedule is daily; the last sync time
43
+ # will have been a month ago, so we'd end up checking every run).
44
+ schedule.match?(cached(resource, :checked).to_i)
45
+ end
46
+
47
+ def schedule(resource)
48
+ unless resource.catalog
49
+ resource.warning "Cannot schedule without a schedule-containing catalog"
50
+ return nil
51
+ end
52
+
53
+ return nil unless name = resource[:schedule]
54
+ resource.catalog.resource(:schedule, name) || resource.fail("Could not find schedule #{name}")
55
+ end
56
+
57
+ # Used mostly for scheduling and auditing at this point.
58
+ def cached(resource, name)
59
+ Puppet::Util::Storage.cache(resource)[name]
60
+ end
61
+
62
+ # Used mostly for scheduling and auditing at this point.
63
+ def cache(resource, name, value)
64
+ Puppet::Util::Storage.cache(resource)[name] = value
65
+ end
66
+
67
+ private
68
+
69
+ def perform_changes(resource, context)
70
+ cache(resource, :checked, Time.now)
71
+
72
+ return [] if ! allow_changes?(resource)
73
+
74
+ # Record the current state in state.yml.
75
+ context.audited_params.each do |param|
76
+ cache(resource, param, context.current_values[param])
77
+ end
78
+
79
+ ensure_param = resource.parameter(:ensure)
80
+ if ensure_param && ensure_param.should
81
+ ensure_event = sync_if_needed(ensure_param, context)
82
+ else
83
+ ensure_event = NO_ACTION
84
+ end
85
+
86
+ if ensure_event == NO_ACTION
87
+ if context.resource_present?
88
+ resource.properties.each do |param|
89
+ sync_if_needed(param, context)
90
+ end
91
+ else
92
+ resource.debug("Nothing to manage: no ensure and the resource doesn't exist")
93
+ end
94
+ end
95
+
96
+ capture_audit_events(resource, context)
97
+ end
98
+
99
+ def allow_changes?(resource)
100
+ if resource.purging? and resource.deleting? and deps = relationship_graph.dependents(resource) \
101
+ and ! deps.empty? and deps.detect { |d| ! d.deleting? }
102
+ deplabel = deps.collect { |r| r.ref }.join(",")
103
+ plurality = deps.length > 1 ? "":"s"
104
+ resource.warning "#{deplabel} still depend#{plurality} on me -- not purging"
105
+ false
106
+ else
107
+ true
108
+ end
109
+ end
110
+
111
+ def sync_if_needed(param, context)
112
+ historical_value = context.historical_values[param.name]
113
+ current_value = context.current_values[param.name]
114
+ do_audit = context.audited_params.include?(param.name)
115
+
116
+ begin
117
+ if param.should && !param.safe_insync?(current_value)
118
+ event = create_change_event(param, current_value, historical_value)
119
+ if do_audit
120
+ event = audit_event(event, param)
121
+ end
122
+
123
+ brief_audit_message = audit_message(param, do_audit, historical_value, current_value)
124
+
125
+ if param.noop
126
+ noop(event, param, current_value, brief_audit_message)
127
+ else
128
+ sync(event, param, current_value, brief_audit_message)
129
+ end
130
+
131
+ event
132
+ else
133
+ NO_ACTION
134
+ end
135
+ rescue => detail
136
+ # Execution will continue on StandardErrors, just store the event
137
+ Puppet.log_exception(detail)
138
+
139
+ event = create_change_event(param, current_value, historical_value)
140
+ event.status = "failure"
141
+ event.message = "change from #{param.is_to_s(current_value)} to #{param.should_to_s(param.should)} failed: #{detail}"
142
+ event
143
+ rescue Exception => detail
144
+ # Execution will halt on Exceptions, they get raised to the application
145
+ event = create_change_event(param, current_value, historical_value)
146
+ event.status = "failure"
147
+ event.message = "change from #{param.is_to_s(current_value)} to #{param.should_to_s(param.should)} failed: #{detail}"
148
+ raise
149
+ ensure
150
+ if event
151
+ context.record(event)
152
+ event.send_log
153
+ context.synced_params << param.name
154
+ end
155
+ end
156
+ end
157
+
158
+ def create_change_event(property, current_value, historical_value)
159
+ event = property.event
160
+ event.previous_value = current_value
161
+ event.desired_value = property.should
162
+ event.historical_value = historical_value
163
+
164
+ event
165
+ end
166
+
167
+ def audit_event(event, property)
168
+ event.audited = true
169
+ event.status = "audit"
170
+ if event.historical_value != event.previous_value
171
+ event.message = "audit change: previously recorded value #{property.is_to_s(event.historical_value)} has been changed to #{property.is_to_s(event.previous_value)}"
172
+ end
173
+
174
+ event
175
+ end
176
+
177
+ def audit_message(param, do_audit, historical_value, current_value)
178
+ if do_audit && historical_value && historical_value != current_value
179
+ " (previously recorded value was #{param.is_to_s(historical_value)})"
180
+ else
181
+ ""
182
+ end
183
+ end
184
+
185
+ def noop(event, param, current_value, audit_message)
186
+ event.message = "current_value #{param.is_to_s(current_value)}, should be #{param.should_to_s(param.should)} (noop)#{audit_message}"
187
+ event.status = "noop"
188
+ end
189
+
190
+ def sync(event, param, current_value, audit_message)
191
+ param.sync
192
+ event.message = "#{param.change_to_s(current_value, param.should)}#{audit_message}"
193
+ event.status = "success"
194
+ end
195
+
196
+ def capture_audit_events(resource, context)
197
+ context.audited_params.each do |param_name|
198
+ if context.historical_values.include?(param_name)
199
+ if context.historical_values[param_name] != context.current_values[param_name] && !context.synced_params.include?(param_name)
200
+ parameter = resource.parameter(param_name)
201
+ event = audit_event(create_change_event(parameter,
202
+ context.current_values[param_name],
203
+ context.historical_values[param_name]),
204
+ parameter)
205
+ event.send_log
206
+ context.record(event)
207
+ end
208
+ else
209
+ resource.property(param_name).notice "audit change: newly-recorded value #{context.current_values[param_name]}"
210
+ end
211
+ end
212
+ end
213
+
214
+ # @api private
215
+ ResourceApplicationContext = Struct.new(:resource,
216
+ :current_values,
217
+ :historical_values,
218
+ :audited_params,
219
+ :synced_params,
220
+ :status) do
221
+ def self.from_resource(resource, status)
222
+ ResourceApplicationContext.new(resource,
223
+ resource.retrieve_resource.to_hash,
224
+ Puppet::Util::Storage.cache(resource).dup,
225
+ (resource[:audit] || []).map { |p| p.to_sym },
226
+ [],
227
+ status)
228
+ end
229
+
230
+ def resource_present?
231
+ resource.present?(current_values)
232
+ end
233
+
234
+ def record(event)
235
+ status << event
236
+ end
237
+ end
238
+ end
@@ -0,0 +1,2430 @@
1
+ require 'puppet'
2
+ require 'puppet/util/log'
3
+ require 'puppet/util/metric'
4
+ require 'puppet/property'
5
+ require 'puppet/parameter'
6
+ require 'puppet/util'
7
+ require 'puppet/util/autoload'
8
+ require 'puppet/metatype/manager'
9
+ require 'puppet/util/errors'
10
+ require 'puppet/util/logging'
11
+ require 'puppet/util/tagging'
12
+
13
+ # see the bottom of the file for the rest of the inclusions
14
+
15
+
16
+ module Puppet
17
+ # The base class for all Puppet types.
18
+ #
19
+ # A type describes:
20
+ #--
21
+ # * **Attributes** - properties, parameters, and meta-parameters are different types of attributes of a type.
22
+ # * **Properties** - these are the properties of the managed resource (attributes of the entity being managed; like
23
+ # a file's owner, group and mode). A property describes two states; the 'is' (current state) and the 'should' (wanted
24
+ # state).
25
+ # * **Ensurable** - a set of traits that control the lifecycle (create, remove, etc.) of a managed entity.
26
+ # There is a default set of operations associated with being _ensurable_, but this can be changed.
27
+ # * **Name/Identity** - one property is the name/identity of a resource, the _namevar_ that uniquely identifies
28
+ # one instance of a type from all others.
29
+ # * **Parameters** - additional attributes of the type (that does not directly related to an instance of the managed
30
+ # resource; if an operation is recursive or not, where to look for things, etc.). A Parameter (in contrast to Property)
31
+ # has one current value where a Property has two (current-state and wanted-state).
32
+ # * **Meta-Parameters** - parameters that are available across all types. A meta-parameter typically has
33
+ # additional semantics; like the `require` meta-parameter. A new type typically does not add new meta-parameters,
34
+ # but you need to be aware of their existence so you do not inadvertently shadow an existing meta-parameters.
35
+ # * **Parent** - a type can have a super type (that it inherits from).
36
+ # * **Validation** - If not just a basic data type, or an enumeration of symbolic values, it is possible to provide
37
+ # validation logic for a type, properties and parameters.
38
+ # * **Munging** - munging/unmunging is the process of turning a value in external representation (as used
39
+ # by a provider) into an internal representation and vice versa. A Type supports adding custom logic for these.
40
+ # * **Auto Requirements** - a type can specify automatic relationships to resources to ensure that if they are being
41
+ # managed, they will be processed before this type.
42
+ # * **Providers** - a provider is an implementation of a type's behavior - the management of a resource in the
43
+ # system being managed. A provider is often platform specific and is selected at runtime based on
44
+ # criteria/predicates specified in the configured providers. See {Puppet::Provider} for details.
45
+ # * **Device Support** - A type has some support for being applied to a device; i.e. something that is managed
46
+ # by running logic external to the device itself. There are several methods that deals with type
47
+ # applicability for these special cases such as {apply_to_device}.
48
+ #
49
+ # Additional Concepts:
50
+ # --
51
+ # * **Resource-type** - A _resource type_ is a term used to denote the type of a resource; internally a resource
52
+ # is really an instance of a Ruby class i.e. {Puppet::Resource} which defines its behavior as "resource data".
53
+ # Conceptually however, a resource is an instance of a subclass of Type (e.g. File), where such a class describes
54
+ # its interface (what can be said/what is known about a resource of this type),
55
+ # * **Managed Entity** - This is not a term in general use, but is used here when there is a need to make
56
+ # a distinction between a resource (a description of what/how something should be managed), and what it is
57
+ # managing (a file in the file system). The term _managed entity_ is a reference to the "file in the file system"
58
+ # * **Isomorphism** - the quality of being _isomorphic_ means that two resource instances with the same name
59
+ # refers to the same managed entity. Or put differently; _an isomorphic name is the identity of a resource_.
60
+ # As an example, `exec` resources (that executes some command) have the command (i.e. the command line string) as
61
+ # their name, and these resources are said to be non-isomorphic.
62
+ #
63
+ # @note The Type class deals with multiple concerns; some methods provide an internal DSL for convenient definition
64
+ # of types, other methods deal with various aspects while running; wiring up a resource (expressed in Puppet DSL
65
+ # or Ruby DSL) with its _resource type_ (i.e. an instance of Type) to enable validation, transformation of values
66
+ # (munge/unmunge), etc. Lastly, Type is also responsible for dealing with Providers; the concrete implementations
67
+ # of the behavior that constitutes how a particular Type behaves on a particular type of system (e.g. how
68
+ # commands are executed on a flavor of Linux, on Windows, etc.). This means that as you are reading through the
69
+ # documentation of this class, you will be switching between these concepts, as well as switching between
70
+ # the conceptual level "a resource is an instance of a resource-type" and the actual implementation classes
71
+ # (Type, Resource, Provider, and various utility and helper classes).
72
+ #
73
+ # @api public
74
+ #
75
+ #
76
+ class Type
77
+ include Puppet::Util
78
+ include Puppet::Util::Errors
79
+ include Puppet::Util::Logging
80
+ include Puppet::Util::Tagging
81
+
82
+ # Comparing type instances.
83
+ include Comparable
84
+
85
+ # Compares this type against the given _other_ (type) and returns -1, 0, or +1 depending on the order.
86
+ # @param other [Object] the object to compare against (produces nil, if not kind of Type}
87
+ # @return [-1, 0, +1, nil] produces -1 if this type is before the given _other_ type, 0 if equals, and 1 if after.
88
+ # Returns nil, if the given _other_ is not a kind of Type.
89
+ # @see Comparable
90
+ #
91
+ def <=>(other)
92
+ # We only order against other types, not arbitrary objects.
93
+ return nil unless other.is_a? Puppet::Type
94
+ # Our natural order is based on the reference name we use when comparing
95
+ # against other type instances.
96
+ self.ref <=> other.ref
97
+ end
98
+
99
+ # Code related to resource type attributes.
100
+ class << self
101
+ include Puppet::Util::ClassGen
102
+ include Puppet::Util::Warnings
103
+
104
+ # @return [Array<Puppet::Property>] The list of declared properties for the resource type.
105
+ # The returned lists contains instances if Puppet::Property or its subclasses.
106
+ attr_reader :properties
107
+ end
108
+
109
+ # Returns all the attribute names of the type in the appropriate order.
110
+ # The {key_attributes} come first, then the {provider}, then the {properties}, and finally
111
+ # the {parameters} and {metaparams},
112
+ # all in the order they were specified in the respective files.
113
+ # @return [Array<String>] all type attribute names in a defined order.
114
+ #
115
+ def self.allattrs
116
+ key_attributes | (parameters & [:provider]) | properties.collect { |property| property.name } | parameters | metaparams
117
+ end
118
+
119
+ # Returns the class associated with the given attribute name.
120
+ # @param name [String] the name of the attribute to obtain the class for
121
+ # @return [Class, nil] the class for the given attribute, or nil if the name does not refer to an existing attribute
122
+ #
123
+ def self.attrclass(name)
124
+ @attrclasses ||= {}
125
+
126
+ # We cache the value, since this method gets called such a huge number
127
+ # of times (as in, hundreds of thousands in a given run).
128
+ unless @attrclasses.include?(name)
129
+ @attrclasses[name] = case self.attrtype(name)
130
+ when :property; @validproperties[name]
131
+ when :meta; @@metaparamhash[name]
132
+ when :param; @paramhash[name]
133
+ end
134
+ end
135
+ @attrclasses[name]
136
+ end
137
+
138
+ # Returns the attribute type (`:property`, `;param`, `:meta`).
139
+ # @comment What type of parameter are we dealing with? Cache the results, because
140
+ # this method gets called so many times.
141
+ # @return [Symbol] a symbol describing the type of attribute (`:property`, `;param`, `:meta`)
142
+ #
143
+ def self.attrtype(attr)
144
+ @attrtypes ||= {}
145
+ unless @attrtypes.include?(attr)
146
+ @attrtypes[attr] = case
147
+ when @validproperties.include?(attr); :property
148
+ when @paramhash.include?(attr); :param
149
+ when @@metaparamhash.include?(attr); :meta
150
+ end
151
+ end
152
+
153
+ @attrtypes[attr]
154
+ end
155
+
156
+ # Provides iteration over meta-parameters.
157
+ # @yieldparam p [Puppet::Parameter] each meta parameter
158
+ # @return [void]
159
+ #
160
+ def self.eachmetaparam
161
+ @@metaparams.each { |p| yield p.name }
162
+ end
163
+
164
+ # Creates a new `ensure` property with configured default values or with configuration by an optional block.
165
+ # This method is a convenience method for creating a property `ensure` with default accepted values.
166
+ # If no block is specified, the new `ensure` property will accept the default symbolic
167
+ # values `:present`, and `:absent` - see {Puppet::Property::Ensure}.
168
+ # If something else is wanted, pass a block and make calls to {Puppet::Property.newvalue} from this block
169
+ # to define each possible value. If a block is passed, the defaults are not automatically added to the set of
170
+ # valid values.
171
+ #
172
+ # @note This method will be automatically called without a block if the type implements the methods
173
+ # specified by {ensurable?}. It is recommended to always call this method and not rely on this automatic
174
+ # specification to clearly state that the type is ensurable.
175
+ #
176
+ # @overload ensurable()
177
+ # @overload ensurable({|| ... })
178
+ # @yield [ ] A block evaluated in scope of the new Parameter
179
+ # @yieldreturn [void]
180
+ # @return [void]
181
+ # @dsl type
182
+ # @api public
183
+ #
184
+ def self.ensurable(&block)
185
+ if block_given?
186
+ self.newproperty(:ensure, :parent => Puppet::Property::Ensure, &block)
187
+ else
188
+ self.newproperty(:ensure, :parent => Puppet::Property::Ensure) do
189
+ self.defaultvalues
190
+ end
191
+ end
192
+ end
193
+
194
+ # Returns true if the type implements the default behavior expected by being _ensurable_ "by default".
195
+ # A type is _ensurable_ by default if it responds to `:exists`, `:create`, and `:destroy`.
196
+ # If a type implements these methods and have not already specified that it is _ensurable_, it will be
197
+ # made so with the defaults specified in {ensurable}.
198
+ # @return [Boolean] whether the type is _ensurable_ or not.
199
+ #
200
+ def self.ensurable?
201
+ # If the class has all three of these methods defined, then it's
202
+ # ensurable.
203
+ [:exists?, :create, :destroy].all? { |method|
204
+ self.public_method_defined?(method)
205
+ }
206
+ end
207
+
208
+ # @comment These `apply_to` methods are horrible. They should really be implemented
209
+ # as part of the usual system of constraints that apply to a type and
210
+ # provider pair, but were implemented as a separate shadow system.
211
+ #
212
+ # @comment We should rip them out in favour of a real constraint pattern around the
213
+ # target device - whatever that looks like - and not have this additional
214
+ # magic here. --daniel 2012-03-08
215
+ #
216
+ # Makes this type applicable to `:device`.
217
+ # @return [Symbol] Returns `:device`
218
+ # @api private
219
+ #
220
+ def self.apply_to_device
221
+ @apply_to = :device
222
+ end
223
+
224
+ # Makes this type applicable to `:host`.
225
+ # @return [Symbol] Returns `:host`
226
+ # @api private
227
+ #
228
+ def self.apply_to_host
229
+ @apply_to = :host
230
+ end
231
+
232
+ # Makes this type applicable to `:both` (i.e. `:host` and `:device`).
233
+ # @return [Symbol] Returns `:both`
234
+ # @api private
235
+ #
236
+ def self.apply_to_all
237
+ @apply_to = :both
238
+ end
239
+
240
+ # Makes this type apply to `:host` if not already applied to something else.
241
+ # @return [Symbol] a `:device`, `:host`, or `:both` enumeration
242
+ # @api private
243
+ def self.apply_to
244
+ @apply_to ||= :host
245
+ end
246
+
247
+ # Returns true if this type is applicable to the given target.
248
+ # @param target [Symbol] should be :device, :host or :target, if anything else, :host is enforced
249
+ # @return [Boolean] true
250
+ # @api private
251
+ #
252
+ def self.can_apply_to(target)
253
+ [ target == :device ? :device : :host, :both ].include?(apply_to)
254
+ end
255
+
256
+ # Processes the options for a named parameter.
257
+ # @param name [String] the name of a parameter
258
+ # @param options [Hash] a hash of options
259
+ # @option options [Boolean] :boolean if option set to true, an access method on the form _name_? is added for the param
260
+ # @return [void]
261
+ #
262
+ def self.handle_param_options(name, options)
263
+ # If it's a boolean parameter, create a method to test the value easily
264
+ if options[:boolean]
265
+ define_method(name.to_s + "?") do
266
+ val = self[name]
267
+ if val == :true or val == true
268
+ return true
269
+ end
270
+ end
271
+ end
272
+ end
273
+
274
+ # Is the given parameter a meta-parameter?
275
+ # @return [Boolean] true if the given parameter is a meta-parameter.
276
+ #
277
+ def self.metaparam?(param)
278
+ @@metaparamhash.include?(param.intern)
279
+ end
280
+
281
+ # Returns the meta-parameter class associated with the given meta-parameter name.
282
+ # Accepts a `nil` name, and return nil.
283
+ # @param name [String, nil] the name of a meta-parameter
284
+ # @return [Class,nil] the class for the given meta-parameter, or `nil` if no such meta-parameter exists, (or if
285
+ # the given meta-parameter name is `nil`.
286
+ #
287
+ def self.metaparamclass(name)
288
+ return nil if name.nil?
289
+ @@metaparamhash[name.intern]
290
+ end
291
+
292
+ # Returns all meta-parameter names.
293
+ # @return [Array<String>] all meta-parameter names
294
+ #
295
+ def self.metaparams
296
+ @@metaparams.collect { |param| param.name }
297
+ end
298
+
299
+ # Returns the documentation for a given meta-parameter of this type.
300
+ # @todo the type for the param metaparam
301
+ # @param metaparam [??? Puppet::Parameter] the meta-parameter to get documentation for.
302
+ # @return [String] the documentation associated with the given meta-parameter, or nil of not such documentation
303
+ # exists.
304
+ # @raise if the given metaparam is not a meta-parameter in this type
305
+ #
306
+ def self.metaparamdoc(metaparam)
307
+ @@metaparamhash[metaparam].doc
308
+ end
309
+
310
+ # Creates a new meta-parameter.
311
+ # This creates a new meta-parameter that is added to all types.
312
+ # @param name [Symbol] the name of the parameter
313
+ # @param options [Hash] a hash with options.
314
+ # @option options [Class<inherits Puppet::Parameter>] :parent (Puppet::Parameter) the super class of this parameter
315
+ # @option options [Hash{String => Object}] :attributes a hash that is applied to the generated class
316
+ # by calling setter methods corresponding to this hash's keys/value pairs. This is done before the given
317
+ # block is evaluated.
318
+ # @option options [Boolean] :boolean (false) specifies if this is a boolean parameter
319
+ # @option options [Boolean] :namevar (false) specifies if this parameter is the namevar
320
+ # @option options [Symbol, Array<Symbol>] :required_features specifies required provider features by name
321
+ # @return [Class<inherits Puppet::Parameter>] the created parameter
322
+ # @yield [ ] a required block that is evaluated in the scope of the new meta-parameter
323
+ # @api public
324
+ # @dsl type
325
+ # @todo Verify that this description is ok
326
+ #
327
+ def self.newmetaparam(name, options = {}, &block)
328
+ @@metaparams ||= []
329
+ @@metaparamhash ||= {}
330
+ name = name.intern
331
+
332
+ param = genclass(
333
+ name,
334
+ :parent => options[:parent] || Puppet::Parameter,
335
+ :prefix => "MetaParam",
336
+ :hash => @@metaparamhash,
337
+ :array => @@metaparams,
338
+ :attributes => options[:attributes],
339
+ &block
340
+ )
341
+
342
+ # Grr.
343
+ param.required_features = options[:required_features] if options[:required_features]
344
+
345
+ handle_param_options(name, options)
346
+
347
+ param.metaparam = true
348
+
349
+ param
350
+ end
351
+
352
+ # Returns parameters that act as a key.
353
+ # All parameters that return true from #isnamevar? or is named `:name` are included in the returned result.
354
+ # @todo would like a better explanation
355
+ # @return [Array<Puppet::Parameter>] WARNING: this return type is uncertain
356
+ def self.key_attribute_parameters
357
+ @key_attribute_parameters ||= (
358
+ @parameters.find_all { |param|
359
+ param.isnamevar? or param.name == :name
360
+ }
361
+ )
362
+ end
363
+
364
+ # Returns cached {key_attribute_parameters} names
365
+ # @todo what is a 'key_attribute' ?
366
+ # @return [Array<String>] cached key_attribute names
367
+ #
368
+ def self.key_attributes
369
+ # This is a cache miss around 0.05 percent of the time. --daniel 2012-07-17
370
+ @key_attributes_cache ||= key_attribute_parameters.collect { |p| p.name }
371
+ end
372
+
373
+ # Returns a mapping from the title string to setting of attribute value(s).
374
+ # This default implementation provides a mapping of title to the one and only _namevar_ present
375
+ # in the type's definition.
376
+ # @note Advanced: some logic requires this mapping to be done differently, using a different
377
+ # validation/pattern, breaking up the title
378
+ # into several parts assigning each to an individual attribute, or even use a composite identity where
379
+ # all namevars are seen as part of the unique identity (such computation is done by the {#uniqueness} method.
380
+ # These advanced options are rarely used (only one of the built in puppet types use this, and then only
381
+ # a small part of the available functionality), and the support for these advanced mappings is not
382
+ # implemented in a straight forward way. For these reasons, this method has been marked as private).
383
+ #
384
+ # @raise [Puppet::DevError] if there is no title pattern and there are two or more key attributes
385
+ # @return [Array<Array<Regexp, Array<Array <Symbol, Proc>>>>, nil] a structure with a regexp and the first key_attribute ???
386
+ # @comment This wonderful piece of logic creates a structure used by Resource.parse_title which
387
+ # has the capability to assign parts of the title to one or more attributes; It looks like an implementation
388
+ # of a composite identity key (all parts of the key_attributes array are in the key). This can also
389
+ # be seen in the method uniqueness_key.
390
+ # The implementation in this method simply assigns the title to the one and only namevar (which is name
391
+ # or a variable marked as namevar).
392
+ # If there are multiple namevars (any in addition to :name?) then this method MUST be implemented
393
+ # as it raises an exception if there is more than 1. Note that in puppet, it is only File that uses this
394
+ # to create a different pattern for assigning to the :path attribute
395
+ # This requires further digging.
396
+ # The entire construct is somewhat strange, since resource checks if the method "title_patterns" is
397
+ # implemented (it seems it always is) - why take this more expensive regexp mathching route for all
398
+ # other types?
399
+ # @api private
400
+ #
401
+ def self.title_patterns
402
+ case key_attributes.length
403
+ when 0; []
404
+ when 1;
405
+ [ [ /(.*)/m, [ [key_attributes.first] ] ] ]
406
+ else
407
+ raise Puppet::DevError,"you must specify title patterns when there are two or more key attributes"
408
+ end
409
+ end
410
+
411
+ # Produces a _uniqueness_key_
412
+ # @todo Explain what a uniqueness_key is
413
+ # @return [Object] an object that is a _uniqueness_key_ for this object
414
+ #
415
+ def uniqueness_key
416
+ self.class.key_attributes.sort_by { |attribute_name| attribute_name.to_s }.map{ |attribute_name| self[attribute_name] }
417
+ end
418
+
419
+ # Creates a new parameter.
420
+ # @param name [Symbol] the name of the parameter
421
+ # @param options [Hash] a hash with options.
422
+ # @option options [Class<inherits Puppet::Parameter>] :parent (Puppet::Parameter) the super class of this parameter
423
+ # @option options [Hash{String => Object}] :attributes a hash that is applied to the generated class
424
+ # by calling setter methods corresponding to this hash's keys/value pairs. This is done before the given
425
+ # block is evaluated.
426
+ # @option options [Boolean] :boolean (false) specifies if this is a boolean parameter
427
+ # @option options [Boolean] :namevar (false) specifies if this parameter is the namevar
428
+ # @option options [Symbol, Array<Symbol>] :required_features specifies required provider features by name
429
+ # @return [Class<inherits Puppet::Parameter>] the created parameter
430
+ # @yield [ ] a required block that is evaluated in the scope of the new parameter
431
+ # @api public
432
+ # @dsl type
433
+ #
434
+ def self.newparam(name, options = {}, &block)
435
+ options[:attributes] ||= {}
436
+
437
+ param = genclass(
438
+ name,
439
+ :parent => options[:parent] || Puppet::Parameter,
440
+ :attributes => options[:attributes],
441
+ :block => block,
442
+ :prefix => "Parameter",
443
+ :array => @parameters,
444
+ :hash => @paramhash
445
+ )
446
+
447
+ handle_param_options(name, options)
448
+
449
+ # Grr.
450
+ param.required_features = options[:required_features] if options[:required_features]
451
+
452
+ param.isnamevar if options[:namevar]
453
+
454
+ param
455
+ end
456
+
457
+ # Creates a new property.
458
+ # @param name [Symbol] the name of the property
459
+ # @param options [Hash] a hash with options.
460
+ # @option options [Symbol] :array_matching (:first) specifies how the current state is matched against
461
+ # the wanted state. Use `:first` if the property is single valued, and (`:all`) otherwise.
462
+ # @option options [Class<inherits Puppet::Property>] :parent (Puppet::Property) the super class of this property
463
+ # @option options [Hash{String => Object}] :attributes a hash that is applied to the generated class
464
+ # by calling setter methods corresponding to this hash's keys/value pairs. This is done before the given
465
+ # block is evaluated.
466
+ # @option options [Boolean] :boolean (false) specifies if this is a boolean parameter
467
+ # @option options [Symbol] :retrieve the method to call on the provider (or `parent` if `provider` is not set)
468
+ # to retrieve the current value of this property.
469
+ # @option options [Symbol, Array<Symbol>] :required_features specifies required provider features by name
470
+ # @return [Class<inherits Puppet::Property>] the created property
471
+ # @yield [ ] a required block that is evaluated in the scope of the new property
472
+ # @api public
473
+ # @dsl type
474
+ #
475
+ def self.newproperty(name, options = {}, &block)
476
+ name = name.intern
477
+
478
+ # This is here for types that might still have the old method of defining
479
+ # a parent class.
480
+ unless options.is_a? Hash
481
+ raise Puppet::DevError,
482
+ "Options must be a hash, not #{options.inspect}"
483
+ end
484
+
485
+ raise Puppet::DevError, "Class #{self.name} already has a property named #{name}" if @validproperties.include?(name)
486
+
487
+ if parent = options[:parent]
488
+ options.delete(:parent)
489
+ else
490
+ parent = Puppet::Property
491
+ end
492
+
493
+ # We have to create our own, new block here because we want to define
494
+ # an initial :retrieve method, if told to, and then eval the passed
495
+ # block if available.
496
+ prop = genclass(name, :parent => parent, :hash => @validproperties, :attributes => options) do
497
+ # If they've passed a retrieve method, then override the retrieve
498
+ # method on the class.
499
+ if options[:retrieve]
500
+ define_method(:retrieve) do
501
+ provider.send(options[:retrieve])
502
+ end
503
+ end
504
+
505
+ class_eval(&block) if block
506
+ end
507
+
508
+ # If it's the 'ensure' property, always put it first.
509
+ if name == :ensure
510
+ @properties.unshift prop
511
+ else
512
+ @properties << prop
513
+ end
514
+
515
+ prop
516
+ end
517
+
518
+ def self.paramdoc(param)
519
+ @paramhash[param].doc
520
+ end
521
+
522
+ # @return [Array<String>] Returns the parameter names
523
+ def self.parameters
524
+ return [] unless defined?(@parameters)
525
+ @parameters.collect { |klass| klass.name }
526
+ end
527
+
528
+ # @return [Puppet::Parameter] Returns the parameter class associated with the given parameter name.
529
+ def self.paramclass(name)
530
+ @paramhash[name]
531
+ end
532
+
533
+ # @return [Puppet::Property] Returns the property class ??? associated with the given property name
534
+ def self.propertybyname(name)
535
+ @validproperties[name]
536
+ end
537
+
538
+ # Returns whether or not the given name is the name of a property, parameter or meta-parameter
539
+ # @return [Boolean] true if the given attribute name is the name of an existing property, parameter or meta-parameter
540
+ #
541
+ def self.validattr?(name)
542
+ name = name.intern
543
+ return true if name == :name
544
+ @validattrs ||= {}
545
+
546
+ unless @validattrs.include?(name)
547
+ @validattrs[name] = !!(self.validproperty?(name) or self.validparameter?(name) or self.metaparam?(name))
548
+ end
549
+
550
+ @validattrs[name]
551
+ end
552
+
553
+ # @return [Boolean] Returns true if the given name is the name of an existing property
554
+ def self.validproperty?(name)
555
+ name = name.intern
556
+ @validproperties.include?(name) && @validproperties[name]
557
+ end
558
+
559
+ # @return [Array<Symbol>, {}] Returns a list of valid property names, or an empty hash if there are none.
560
+ # @todo An empty hash is returned if there are no defined parameters (not an empty array). This looks like
561
+ # a bug.
562
+ #
563
+ def self.validproperties
564
+ return {} unless defined?(@parameters)
565
+
566
+ @validproperties.keys
567
+ end
568
+
569
+ # @return [Boolean] Returns true if the given name is the name of an existing parameter
570
+ def self.validparameter?(name)
571
+ raise Puppet::DevError, "Class #{self} has not defined parameters" unless defined?(@parameters)
572
+ !!(@paramhash.include?(name) or @@metaparamhash.include?(name))
573
+ end
574
+
575
+ # (see validattr?)
576
+ # @note see comment in code - how should this be documented? Are some of the other query methods deprecated?
577
+ # (or should be).
578
+ # @comment This is a forward-compatibility method - it's the validity interface we'll use in Puppet::Resource.
579
+ def self.valid_parameter?(name)
580
+ validattr?(name)
581
+ end
582
+
583
+ # @return [Boolean] Returns true if the wanted state of the resoure is that it should be absent (i.e. to be deleted).
584
+ def deleting?
585
+ obj = @parameters[:ensure] and obj.should == :absent
586
+ end
587
+
588
+ # Creates a new property value holder for the resource if it is valid and does not already exist
589
+ # @return [Boolean] true if a new parameter was added, false otherwise
590
+ def add_property_parameter(prop_name)
591
+ if self.class.validproperty?(prop_name) && !@parameters[prop_name]
592
+ self.newattr(prop_name)
593
+ return true
594
+ end
595
+ false
596
+ end
597
+
598
+ # @return [Symbol, Boolean] Returns the name of the namevar if there is only one or false otherwise.
599
+ # @comment This is really convoluted and part of the support for multiple namevars (?).
600
+ # If there is only one namevar, the produced value is naturally this namevar, but if there are several?
601
+ # The logic caches the name of the namevar if it is a single name, but otherwise always
602
+ # calls key_attributes, and then caches the first if there was only one, otherwise it returns
603
+ # false and caches this (which is then subsequently returned as a cache hit).
604
+ #
605
+ def name_var
606
+ return @name_var_cache unless @name_var_cache.nil?
607
+ key_attributes = self.class.key_attributes
608
+ @name_var_cache = (key_attributes.length == 1) && key_attributes.first
609
+ end
610
+
611
+ # Gets the 'should' (wanted state) value of a parameter or property by name.
612
+ # To explicitly get the 'is' (current state) value use `o.is(:name)`, and to explicitly get the 'should' value
613
+ # use `o.should(:name)`
614
+ # @param name [String] the name of the attribute to obtain the 'should' value for.
615
+ # @return [Object] 'should'/wanted value of the given attribute
616
+ def [](name)
617
+ name = name.intern
618
+ fail("Invalid parameter #{name}(#{name.inspect})") unless self.class.validattr?(name)
619
+
620
+ if name == :name && nv = name_var
621
+ name = nv
622
+ end
623
+
624
+ if obj = @parameters[name]
625
+ # Note that if this is a property, then the value is the "should" value,
626
+ # not the current value.
627
+ obj.value
628
+ else
629
+ return nil
630
+ end
631
+ end
632
+
633
+ # Sets the 'should' (wanted state) value of a property, or the value of a parameter.
634
+ # @return
635
+ # @raise [Puppet::Error] if the setting of the value fails, or if the given name is nil.
636
+ # @raise [Puppet::ResourceError] when the parameter validation raises Puppet::Error or
637
+ # ArgumentError
638
+ def []=(name,value)
639
+ name = name.intern
640
+
641
+ fail("Invalid parameter #{name}") unless self.class.validattr?(name)
642
+
643
+ if name == :name && nv = name_var
644
+ name = nv
645
+ end
646
+ raise Puppet::Error.new("Got nil value for #{name}") if value.nil?
647
+
648
+ property = self.newattr(name)
649
+
650
+ if property
651
+ begin
652
+ # make sure the parameter doesn't have any errors
653
+ property.value = value
654
+ rescue Puppet::Error, ArgumentError => detail
655
+ error = Puppet::ResourceError.new("Parameter #{name} failed on #{ref}: #{detail}")
656
+ adderrorcontext(error, detail)
657
+ raise error
658
+ end
659
+ end
660
+
661
+ nil
662
+ end
663
+
664
+ # Removes a property from the object; useful in testing or in cleanup
665
+ # when an error has been encountered
666
+ # @todo Incomprehensible - the comment says "Remove a property", the code refers to @parameters, and
667
+ # the method parameter is called "attr" - What is it, property, parameter, both (i.e an attribute) or what?
668
+ # @todo Don't know what the attr is (name or Property/Parameter?). Guessing it is a String name...
669
+ # @todo Is it possible to delete a meta-parameter?
670
+ # @todo What does delete mean? Is it deleted from the type or is its value state 'is'/'should' deleted?
671
+ # @param attr [String] the attribute to delete from this object. WHAT IS THE TYPE?
672
+ # @raise [Puppet::DecError] when an attempt is made to delete an attribute that does not exists.
673
+ #
674
+ def delete(attr)
675
+ attr = attr.intern
676
+ if @parameters.has_key?(attr)
677
+ @parameters.delete(attr)
678
+ else
679
+ raise Puppet::DevError.new("Undefined attribute '#{attr}' in #{self}")
680
+ end
681
+ end
682
+
683
+ # Iterates over the existing properties.
684
+ # @todo what does this mean? As opposed to iterating over the "non existing properties" ??? Is it an
685
+ # iteration over those properties that have state? CONFUSING.
686
+ # @yieldparam property [Puppet::Property] each property
687
+ # @return [void]
688
+ def eachproperty
689
+ # properties is a private method
690
+ properties.each { |property|
691
+ yield property
692
+ }
693
+ end
694
+
695
+ # Return the parameters, metaparams, and properties that have a value or were set by a default. Properties are
696
+ # included since they are a subclass of parameter.
697
+ # @return [Array<Puppet::Parameter>] Array of parameter objects ( or subclass thereof )
698
+ def parameters_with_value
699
+ self.class.allattrs.collect { |attr| parameter(attr) }.compact
700
+ end
701
+
702
+ # Iterates over all parameters with value currently set.
703
+ # @yieldparam parameter [Puppet::Parameter] or a subclass thereof
704
+ # @return [void]
705
+ def eachparameter
706
+ parameters_with_value.each { |parameter| yield parameter }
707
+ end
708
+
709
+ # Creates a transaction event.
710
+ # Called by Transaction or by a property.
711
+ # Merges the given options with the options `:resource`, `:file`, `:line`, and `:tags`, initialized from
712
+ # values in this object. For possible options to pass (if any ????) see {Puppet::Transaction::Event}.
713
+ # @todo Needs a better explanation "Why should I care who is calling this method?", What do I need to know
714
+ # about events and how they work? Where can I read about them?
715
+ # @param options [Hash] options merged with a fixed set of options defined by this method, passed on to {Puppet::Transaction::Event}.
716
+ # @return [Puppet::Transaction::Event] the created event
717
+ def event(options = {})
718
+ Puppet::Transaction::Event.new({:resource => self, :file => file, :line => line, :tags => tags}.merge(options))
719
+ end
720
+
721
+ # @return [Object, nil] Returns the 'should' (wanted state) value for a specified property, or nil if the
722
+ # given attribute name is not a property (i.e. if it is a parameter, meta-parameter, or does not exist).
723
+ def should(name)
724
+ name = name.intern
725
+ (prop = @parameters[name] and prop.is_a?(Puppet::Property)) ? prop.should : nil
726
+ end
727
+
728
+ # Creates an instance to represent/manage the given attribute.
729
+ # Requires either the attribute name or class as the first argument, then an optional hash of
730
+ # attributes to set during initialization.
731
+ # @todo The original comment is just wrong - the method does not accept a hash of options
732
+ # @todo Detective work required; this method interacts with provider to ask if it supports a parameter of
733
+ # the given class. it then returns the parameter if it exists, otherwise creates a parameter
734
+ # with its :resource => self.
735
+ # @overload newattr(name)
736
+ # @param name [String] Unclear what name is (probably a symbol) - Needs investigation.
737
+ # @overload newattr(klass)
738
+ # @param klass [Class] a class supported as an attribute class - Needs clarification what that means.
739
+ # @return [???] Probably returns a new instance of the class - Needs investigation.
740
+ #
741
+ def newattr(name)
742
+ if name.is_a?(Class)
743
+ klass = name
744
+ name = klass.name
745
+ end
746
+
747
+ unless klass = self.class.attrclass(name)
748
+ raise Puppet::Error, "Resource type #{self.class.name} does not support parameter #{name}"
749
+ end
750
+
751
+ if provider and ! provider.class.supports_parameter?(klass)
752
+ missing = klass.required_features.find_all { |f| ! provider.class.feature?(f) }
753
+ debug "Provider %s does not support features %s; not managing attribute %s" % [provider.class.name, missing.join(", "), name]
754
+ return nil
755
+ end
756
+
757
+ return @parameters[name] if @parameters.include?(name)
758
+
759
+ @parameters[name] = klass.new(:resource => self)
760
+ end
761
+
762
+ # Returns a string representation of the resource's containment path in
763
+ # the catalog.
764
+ # @return [String]
765
+ def path
766
+ @path ||= '/' + pathbuilder.join('/')
767
+ end
768
+
769
+ # Returns the value of this object's parameter given by name
770
+ # @param name [String] the name of the parameter
771
+ # @return [Object] the value
772
+ def parameter(name)
773
+ @parameters[name.to_sym]
774
+ end
775
+
776
+ # Returns a shallow copy of this object's hash of parameters.
777
+ # @todo Add that this is not only "parameters", but also "properties" and "meta-parameters" ?
778
+ # Changes to the contained parameters will have an effect on the parameters of this type, but changes to
779
+ # the returned hash does not.
780
+ # @return [Hash{String => Puppet:???Parameter}] a new hash being a shallow copy of the parameters map name to parameter
781
+ def parameters
782
+ @parameters.dup
783
+ end
784
+
785
+ # @return [Boolean] Returns whether the property given by name is defined or not.
786
+ # @todo what does it mean to be defined?
787
+ def propertydefined?(name)
788
+ name = name.intern unless name.is_a? Symbol
789
+ @parameters.include?(name)
790
+ end
791
+
792
+ # Returns a {Puppet::Property} instance by name.
793
+ # To return the value, use 'resource[param]'
794
+ # @todo LAK:NOTE(20081028) Since the 'parameter' method is now a superset of this method,
795
+ # this one should probably go away at some point. - Does this mean it should be deprecated ?
796
+ # @return [Puppet::Property] the property with the given name, or nil if not a property or does not exist.
797
+ def property(name)
798
+ (obj = @parameters[name.intern] and obj.is_a?(Puppet::Property)) ? obj : nil
799
+ end
800
+
801
+ # @todo comment says "For any parameters or properties that have defaults and have not yet been
802
+ # set, set them now. This method can be handed a list of attributes,
803
+ # and if so it will only set defaults for those attributes."
804
+ # @todo Needs a better explanation, and investigation about the claim an array can be passed (it is passed
805
+ # to self.class.attrclass to produce a class on which a check is made if it has a method class :default (does
806
+ # not seem to support an array...
807
+ # @return [void]
808
+ #
809
+ def set_default(attr)
810
+ return unless klass = self.class.attrclass(attr)
811
+ return unless klass.method_defined?(:default)
812
+ return if @parameters.include?(klass.name)
813
+
814
+ return unless parameter = newattr(klass.name)
815
+
816
+ if value = parameter.default and ! value.nil?
817
+ parameter.value = value
818
+ else
819
+ @parameters.delete(parameter.name)
820
+ end
821
+ end
822
+
823
+ # @todo the comment says: "Convert our object to a hash. This just includes properties."
824
+ # @todo this is confused, again it is the @parameters instance variable that is consulted, and
825
+ # each value is copied - does it contain "properties" and "parameters" or both? Does it contain
826
+ # meta-parameters?
827
+ #
828
+ # @return [Hash{ ??? => ??? }] a hash of WHAT?. The hash is a shallow copy, any changes to the
829
+ # objects returned in this hash will be reflected in the original resource having these attributes.
830
+ #
831
+ def to_hash
832
+ rethash = {}
833
+
834
+ @parameters.each do |name, obj|
835
+ rethash[name] = obj.value
836
+ end
837
+
838
+ rethash
839
+ end
840
+
841
+ # @return [String] the name of this object's class
842
+ # @todo Would that be "file" for the "File" resource type? of "File" or something else?
843
+ #
844
+ def type
845
+ self.class.name
846
+ end
847
+
848
+ # @todo Comment says "Return a specific value for an attribute.", as opposed to what "An upspecific value"???
849
+ # @todo is this the 'is' or the 'should' value?
850
+ # @todo why is the return restricted to things that respond to :value? (Only non structural basic data types
851
+ # supported?
852
+ #
853
+ # @return [Object, nil] the value of the attribute having the given name, or nil if the given name is not
854
+ # an attribute, or the referenced attribute does not respond to `:value`.
855
+ def value(name)
856
+ name = name.intern
857
+
858
+ (obj = @parameters[name] and obj.respond_to?(:value)) ? obj.value : nil
859
+ end
860
+
861
+ # @todo What is this used for? Needs a better explanation.
862
+ # @return [???] the version of the catalog or 0 if there is no catalog.
863
+ def version
864
+ return 0 unless catalog
865
+ catalog.version
866
+ end
867
+
868
+ # @return [Array<Puppet::Property>] Returns all of the property objects, in the order specified in the
869
+ # class.
870
+ # @todo "what does the 'order specified in the class' mean? The order the properties where added in the
871
+ # ruby file adding a new type with new properties?
872
+ #
873
+ def properties
874
+ self.class.properties.collect { |prop| @parameters[prop.name] }.compact
875
+ end
876
+
877
+ # Returns true if the type's notion of name is the identity of a resource.
878
+ # See the overview of this class for a longer explanation of the concept _isomorphism_.
879
+ # Defaults to true.
880
+ #
881
+ # @return [Boolan] true, if this type's name is isomorphic with the object
882
+ def self.isomorphic?
883
+ if defined?(@isomorphic)
884
+ return @isomorphic
885
+ else
886
+ return true
887
+ end
888
+ end
889
+
890
+ # @todo check that this gets documentation (it is at the class level as well as instance).
891
+ # (see isomorphic?)
892
+ def isomorphic?
893
+ self.class.isomorphic?
894
+ end
895
+
896
+ # Returns true if the instance is a managed instance.
897
+ # A 'yes' here means that the instance was created from the language, vs. being created
898
+ # in order resolve other questions, such as finding a package in a list.
899
+ # @note An object that is managed always stays managed, but an object that is not managed
900
+ # may become managed later in its lifecycle.
901
+ # @return [Boolean] true if the object is managed
902
+ def managed?
903
+ # Once an object is managed, it always stays managed; but an object
904
+ # that is listed as unmanaged might become managed later in the process,
905
+ # so we have to check that every time
906
+ if @managed
907
+ return @managed
908
+ else
909
+ @managed = false
910
+ properties.each { |property|
911
+ s = property.should
912
+ if s and ! property.class.unmanaged
913
+ @managed = true
914
+ break
915
+ end
916
+ }
917
+ return @managed
918
+ end
919
+ end
920
+
921
+ ###############################
922
+ # Code related to the container behaviour.
923
+
924
+ # Returns true if the search should be done in depth-first order.
925
+ # This implementation always returns false.
926
+ # @todo What is this used for?
927
+ #
928
+ # @return [Boolean] true if the search should be done in depth first order.
929
+ #
930
+ def depthfirst?
931
+ false
932
+ end
933
+
934
+ # Removes this object (FROM WHERE?)
935
+ # @todo removes if from where?
936
+ # @overload remove(rmdeps)
937
+ # @deprecated Use remove()
938
+ # @param rmdeps [Boolean] intended to indicate that all subscriptions should also be removed, ignored.
939
+ # @overload remove()
940
+ # @return [void]
941
+ #
942
+ def remove(rmdeps = true)
943
+ # This is hackish (mmm, cut and paste), but it works for now, and it's
944
+ # better than warnings.
945
+ @parameters.each do |name, obj|
946
+ obj.remove
947
+ end
948
+ @parameters.clear
949
+
950
+ @parent = nil
951
+
952
+ # Remove the reference to the provider.
953
+ if self.provider
954
+ @provider.clear
955
+ @provider = nil
956
+ end
957
+ end
958
+
959
+ ###############################
960
+ # Code related to evaluating the resources.
961
+
962
+ # Returns the ancestors - WHAT?
963
+ # This implementation always returns an empty list.
964
+ # @todo WHAT IS THIS ?
965
+ # @return [Array<???>] returns a list of ancestors.
966
+ def ancestors
967
+ []
968
+ end
969
+
970
+ # Flushes the provider if supported by the provider, else no action.
971
+ # This is called by the transaction.
972
+ # @todo What does Flushing the provider mean? Why is it interesting to know that this is
973
+ # called by the transaction? (It is not explained anywhere what a transaction is).
974
+ #
975
+ # @return [???, nil] WHAT DOES IT RETURN? GUESS IS VOID
976
+ def flush
977
+ self.provider.flush if self.provider and self.provider.respond_to?(:flush)
978
+ end
979
+
980
+ # Returns true if all contained objects are in sync.
981
+ # @todo "contained in what?" in the given "in" parameter?
982
+ #
983
+ # @todo deal with the comment _"FIXME I don't think this is used on the type instances any more,
984
+ # it's really only used for testing"_
985
+ # @return [Boolean] true if in sync, false otherwise.
986
+ #
987
+ def insync?(is)
988
+ insync = true
989
+
990
+ if property = @parameters[:ensure]
991
+ unless is.include? property
992
+ raise Puppet::DevError,
993
+ "The is value is not in the is array for '#{property.name}'"
994
+ end
995
+ ensureis = is[property]
996
+ if property.safe_insync?(ensureis) and property.should == :absent
997
+ return true
998
+ end
999
+ end
1000
+
1001
+ properties.each { |property|
1002
+ unless is.include? property
1003
+ raise Puppet::DevError,
1004
+ "The is value is not in the is array for '#{property.name}'"
1005
+ end
1006
+
1007
+ propis = is[property]
1008
+ unless property.safe_insync?(propis)
1009
+ property.debug("Not in sync: #{propis.inspect} vs #{property.should.inspect}")
1010
+ insync = false
1011
+ #else
1012
+ # property.debug("In sync")
1013
+ end
1014
+ }
1015
+
1016
+ #self.debug("#{self} sync status is #{insync}")
1017
+ insync
1018
+ end
1019
+
1020
+ # Retrieves the current value of all contained properties.
1021
+ # Parameters and meta-parameters are not included in the result.
1022
+ # @todo As oposed to all non contained properties? How is this different than any of the other
1023
+ # methods that also "gets" properties/parameters/etc. ?
1024
+ # @return [Puppet::Resource] array of all property values (mix of types)
1025
+ # @raise [fail???] if there is a provider and it is not suitable for the host this is evaluated for.
1026
+ def retrieve
1027
+ fail "Provider #{provider.class.name} is not functional on this host" if self.provider.is_a?(Puppet::Provider) and ! provider.class.suitable?
1028
+
1029
+ result = Puppet::Resource.new(type, title)
1030
+
1031
+ # Provide the name, so we know we'll always refer to a real thing
1032
+ result[:name] = self[:name] unless self[:name] == title
1033
+
1034
+ if ensure_prop = property(:ensure) or (self.class.validattr?(:ensure) and ensure_prop = newattr(:ensure))
1035
+ result[:ensure] = ensure_state = ensure_prop.retrieve
1036
+ else
1037
+ ensure_state = nil
1038
+ end
1039
+
1040
+ properties.each do |property|
1041
+ next if property.name == :ensure
1042
+ if ensure_state == :absent
1043
+ result[property] = :absent
1044
+ else
1045
+ result[property] = property.retrieve
1046
+ end
1047
+ end
1048
+
1049
+ result
1050
+ end
1051
+
1052
+ # Retrieve the current state of the system as a Puppet::Resource. For
1053
+ # the base Puppet::Type this does the same thing as #retrieve, but
1054
+ # specific types are free to implement #retrieve as returning a hash,
1055
+ # and this will call #retrieve and convert the hash to a resource.
1056
+ # This is used when determining when syncing a resource.
1057
+ #
1058
+ # @return [Puppet::Resource] A resource representing the current state
1059
+ # of the system.
1060
+ #
1061
+ # @api private
1062
+ def retrieve_resource
1063
+ resource = retrieve
1064
+ resource = Resource.new(type, title, :parameters => resource) if resource.is_a? Hash
1065
+ resource
1066
+ end
1067
+
1068
+ # Given the hash of current properties, should this resource be treated as if it
1069
+ # currently exists on the system. May need to be overridden by types that offer up
1070
+ # more than just :absent and :present.
1071
+ def present?(current_values)
1072
+ current_values[:ensure] != :absent
1073
+ end
1074
+
1075
+ # Returns a hash of the current properties and their values.
1076
+ # If a resource is absent, its value is the symbol `:absent`
1077
+ # @return [Hash{Puppet::Property => Object}] mapping of property instance to its value
1078
+ #
1079
+ def currentpropvalues
1080
+ # It's important to use the 'properties' method here, as it follows the order
1081
+ # in which they're defined in the class. It also guarantees that 'ensure'
1082
+ # is the first property, which is important for skipping 'retrieve' on
1083
+ # all the properties if the resource is absent.
1084
+ ensure_state = false
1085
+ return properties.inject({}) do | prophash, property|
1086
+ if property.name == :ensure
1087
+ ensure_state = property.retrieve
1088
+ prophash[property] = ensure_state
1089
+ else
1090
+ if ensure_state == :absent
1091
+ prophash[property] = :absent
1092
+ else
1093
+ prophash[property] = property.retrieve
1094
+ end
1095
+ end
1096
+ prophash
1097
+ end
1098
+ end
1099
+
1100
+ # Returns the `noop` run mode status of this.
1101
+ # @return [Boolean] true if running in noop mode.
1102
+ def noop?
1103
+ # If we're not a host_config, we're almost certainly part of
1104
+ # Settings, and we want to ignore 'noop'
1105
+ return false if catalog and ! catalog.host_config?
1106
+
1107
+ if defined?(@noop)
1108
+ @noop
1109
+ else
1110
+ Puppet[:noop]
1111
+ end
1112
+ end
1113
+
1114
+ # (see #noop?)
1115
+ def noop
1116
+ noop?
1117
+ end
1118
+
1119
+ # Retrieves all known instances.
1120
+ # @todo Retrieves them from where? Known to whom?
1121
+ # Either requires providers or must be overridden.
1122
+ # @raise [Puppet::DevError] when there are no providers and the implementation has not overridded this method.
1123
+ def self.instances
1124
+ raise Puppet::DevError, "#{self.name} has no providers and has not overridden 'instances'" if provider_hash.empty?
1125
+
1126
+ # Put the default provider first, then the rest of the suitable providers.
1127
+ provider_instances = {}
1128
+ providers_by_source.collect do |provider|
1129
+ self.properties.find_all do |property|
1130
+ provider.supports_parameter?(property)
1131
+ end.collect do |property|
1132
+ property.name
1133
+ end
1134
+
1135
+ provider.instances.collect do |instance|
1136
+ # We always want to use the "first" provider instance we find, unless the resource
1137
+ # is already managed and has a different provider set
1138
+ if other = provider_instances[instance.name]
1139
+ Puppet.debug "%s %s found in both %s and %s; skipping the %s version" %
1140
+ [self.name.to_s.capitalize, instance.name, other.class.name, instance.class.name, instance.class.name]
1141
+ next
1142
+ end
1143
+ provider_instances[instance.name] = instance
1144
+
1145
+ result = new(:name => instance.name, :provider => instance)
1146
+ properties.each { |name| result.newattr(name) }
1147
+ result
1148
+ end
1149
+ end.flatten.compact
1150
+ end
1151
+
1152
+ # Returns a list of one suitable provider per source, with the default provider first.
1153
+ # @todo Needs better explanation; what does "source" mean in this context?
1154
+ # @return [Array<Puppet::Provider>] list of providers
1155
+ #
1156
+ def self.providers_by_source
1157
+ # Put the default provider first (can be nil), then the rest of the suitable providers.
1158
+ sources = []
1159
+ [defaultprovider, suitableprovider].flatten.uniq.collect do |provider|
1160
+ next if provider.nil?
1161
+ next if sources.include?(provider.source)
1162
+
1163
+ sources << provider.source
1164
+ provider
1165
+ end.compact
1166
+ end
1167
+
1168
+ # Converts a simple hash into a Resource instance.
1169
+ # @todo as opposed to a complex hash? Other raised exceptions?
1170
+ # @param [Hash{Symbol, String => Object}] hash resource attribute to value map to initialize the created resource from
1171
+ # @return [Puppet::Resource] the resource created from the hash
1172
+ # @raise [Puppet::Error] if a title is missing in the given hash
1173
+ def self.hash2resource(hash)
1174
+ hash = hash.inject({}) { |result, ary| result[ary[0].to_sym] = ary[1]; result }
1175
+
1176
+ title = hash.delete(:title)
1177
+ title ||= hash[:name]
1178
+ title ||= hash[key_attributes.first] if key_attributes.length == 1
1179
+
1180
+ raise Puppet::Error, "Title or name must be provided" unless title
1181
+
1182
+ # Now create our resource.
1183
+ resource = Puppet::Resource.new(self.name, title)
1184
+ resource.catalog = hash.delete(:catalog)
1185
+ resource.resource_type = self
1186
+
1187
+ hash.each do |param, value|
1188
+ resource[param] = value
1189
+ end
1190
+ resource
1191
+ end
1192
+
1193
+
1194
+ # Returns an array of strings representing the containment heirarchy
1195
+ # (types/classes) that make up the path to the resource from the root
1196
+ # of the catalog. This is mostly used for logging purposes.
1197
+ #
1198
+ # @api private
1199
+ def pathbuilder
1200
+ if p = parent
1201
+ [p.pathbuilder, self.ref].flatten
1202
+ else
1203
+ [self.ref]
1204
+ end
1205
+ end
1206
+
1207
+ ###############################
1208
+ # Add all of the meta-parameters.
1209
+ newmetaparam(:noop) do
1210
+ desc "Whether to apply this resource in noop mode.
1211
+
1212
+ When applying a resource in noop mode, Puppet will check whether it is in sync,
1213
+ like it does when running normally. However, if a resource attribute is not in
1214
+ the desired state (as declared in the catalog), Puppet will take no
1215
+ action, and will instead report the changes it _would_ have made. These
1216
+ simulated changes will appear in the report sent to the puppet master, or
1217
+ be shown on the console if running puppet agent or puppet apply in the
1218
+ foreground. The simulated changes will not send refresh events to any
1219
+ subscribing or notified resources, although Puppet will log that a refresh
1220
+ event _would_ have been sent.
1221
+
1222
+ **Important note:**
1223
+ [The `noop` setting](http://docs.puppetlabs.com/references/latest/configuration.html#noop)
1224
+ allows you to globally enable or disable noop mode, but it will _not_ override
1225
+ the `noop` metaparameter on individual resources. That is, the value of the
1226
+ global `noop` setting will _only_ affect resources that do not have an explicit
1227
+ value set for their `noop` attribute."
1228
+
1229
+ newvalues(:true, :false)
1230
+ munge do |value|
1231
+ case value
1232
+ when true, :true, "true"; @resource.noop = true
1233
+ when false, :false, "false"; @resource.noop = false
1234
+ end
1235
+ end
1236
+ end
1237
+
1238
+ newmetaparam(:schedule) do
1239
+ desc "A schedule to govern when Puppet is allowed to manage this resource.
1240
+ The value of this metaparameter must be the `name` of a `schedule`
1241
+ resource. This means you must declare a schedule resource, then
1242
+ refer to it by name; see
1243
+ [the docs for the `schedule` type](http://docs.puppetlabs.com/references/latest/type.html#schedule)
1244
+ for more info.
1245
+
1246
+ schedule { 'everyday':
1247
+ period => daily,
1248
+ range => \"2-4\"
1249
+ }
1250
+
1251
+ exec { \"/usr/bin/apt-get update\":
1252
+ schedule => 'everyday'
1253
+ }
1254
+
1255
+ Note that you can declare the schedule resource anywhere in your
1256
+ manifests, as long as it ends up in the final compiled catalog."
1257
+ end
1258
+
1259
+ newmetaparam(:audit) do
1260
+ desc "Marks a subset of this resource's unmanaged attributes for auditing. Accepts an
1261
+ attribute name, an array of attribute names, or `all`.
1262
+
1263
+ Auditing a resource attribute has two effects: First, whenever a catalog
1264
+ is applied with puppet apply or puppet agent, Puppet will check whether
1265
+ that attribute of the resource has been modified, comparing its current
1266
+ value to the previous run; any change will be logged alongside any actions
1267
+ performed by Puppet while applying the catalog.
1268
+
1269
+ Secondly, marking a resource attribute for auditing will include that
1270
+ attribute in inspection reports generated by puppet inspect; see the
1271
+ puppet inspect documentation for more details.
1272
+
1273
+ Managed attributes for a resource can also be audited, but note that
1274
+ changes made by Puppet will be logged as additional modifications. (I.e.
1275
+ if a user manually edits a file whose contents are audited and managed,
1276
+ puppet agent's next two runs will both log an audit notice: the first run
1277
+ will log the user's edit and then revert the file to the desired state,
1278
+ and the second run will log the edit made by Puppet.)"
1279
+
1280
+ validate do |list|
1281
+ list = Array(list).collect {|p| p.to_sym}
1282
+ unless list == [:all]
1283
+ list.each do |param|
1284
+ next if @resource.class.validattr?(param)
1285
+ fail "Cannot audit #{param}: not a valid attribute for #{resource}"
1286
+ end
1287
+ end
1288
+ end
1289
+
1290
+ munge do |args|
1291
+ properties_to_audit(args).each do |param|
1292
+ next unless resource.class.validproperty?(param)
1293
+ resource.newattr(param)
1294
+ end
1295
+ end
1296
+
1297
+ def all_properties
1298
+ resource.class.properties.find_all do |property|
1299
+ resource.provider.nil? or resource.provider.class.supports_parameter?(property)
1300
+ end.collect do |property|
1301
+ property.name
1302
+ end
1303
+ end
1304
+
1305
+ def properties_to_audit(list)
1306
+ if !list.kind_of?(Array) && list.to_sym == :all
1307
+ list = all_properties
1308
+ else
1309
+ list = Array(list).collect { |p| p.to_sym }
1310
+ end
1311
+ end
1312
+ end
1313
+
1314
+ newmetaparam(:loglevel) do
1315
+ desc "Sets the level that information will be logged.
1316
+ The log levels have the biggest impact when logs are sent to
1317
+ syslog (which is currently the default)."
1318
+ defaultto :notice
1319
+
1320
+ newvalues(*Puppet::Util::Log.levels)
1321
+ newvalues(:verbose)
1322
+
1323
+ munge do |loglevel|
1324
+ val = super(loglevel)
1325
+ if val == :verbose
1326
+ val = :info
1327
+ end
1328
+ val
1329
+ end
1330
+ end
1331
+
1332
+ newmetaparam(:alias) do
1333
+ desc %q{Creates an alias for the resource. Puppet uses this internally when you
1334
+ provide a symbolic title and an explicit namevar value:
1335
+
1336
+ file { 'sshdconfig':
1337
+ path => $operatingsystem ? {
1338
+ solaris => '/usr/local/etc/ssh/sshd_config',
1339
+ default => '/etc/ssh/sshd_config',
1340
+ },
1341
+ source => '...'
1342
+ }
1343
+
1344
+ service { 'sshd':
1345
+ subscribe => File['sshdconfig'],
1346
+ }
1347
+
1348
+ When you use this feature, the parser sets `sshdconfig` as the title,
1349
+ and the library sets that as an alias for the file so the dependency
1350
+ lookup in `Service['sshd']` works. You can use this metaparameter yourself,
1351
+ but note that aliases generally only work for creating relationships; anything
1352
+ else that refers to an existing resource (such as amending or overriding
1353
+ resource attributes in an inherited class) must use the resource's exact
1354
+ title. For example, the following code will not work:
1355
+
1356
+ file { '/etc/ssh/sshd_config':
1357
+ owner => root,
1358
+ group => root,
1359
+ alias => 'sshdconfig',
1360
+ }
1361
+
1362
+ File['sshdconfig'] {
1363
+ mode => 644,
1364
+ }
1365
+
1366
+ There's no way here for the Puppet parser to know that these two stanzas
1367
+ should be affecting the same file.
1368
+
1369
+ }
1370
+
1371
+ munge do |aliases|
1372
+ aliases = [aliases] unless aliases.is_a?(Array)
1373
+
1374
+ raise(ArgumentError, "Cannot add aliases without a catalog") unless @resource.catalog
1375
+
1376
+ aliases.each do |other|
1377
+ if obj = @resource.catalog.resource(@resource.class.name, other)
1378
+ unless obj.object_id == @resource.object_id
1379
+ self.fail("#{@resource.title} can not create alias #{other}: object already exists")
1380
+ end
1381
+ next
1382
+ end
1383
+
1384
+ # Newschool, add it to the catalog.
1385
+ @resource.catalog.alias(@resource, other)
1386
+ end
1387
+ end
1388
+ end
1389
+
1390
+ newmetaparam(:tag) do
1391
+ desc "Add the specified tags to the associated resource. While all resources
1392
+ are automatically tagged with as much information as possible
1393
+ (e.g., each class and definition containing the resource), it can
1394
+ be useful to add your own tags to a given resource.
1395
+
1396
+ Multiple tags can be specified as an array:
1397
+
1398
+ file {'/etc/hosts':
1399
+ ensure => file,
1400
+ source => 'puppet:///modules/site/hosts',
1401
+ mode => 0644,
1402
+ tag => ['bootstrap', 'minimumrun', 'mediumrun'],
1403
+ }
1404
+
1405
+ Tags are useful for things like applying a subset of a host's configuration
1406
+ with [the `tags` setting](/references/latest/configuration.html#tags)
1407
+ (e.g. `puppet agent --test --tags bootstrap`) or filtering alerts with
1408
+ [the `tagmail` report processor](http://docs.puppetlabs.com/references/latest/report.html#tagmail)."
1409
+
1410
+ munge do |tags|
1411
+ tags = [tags] unless tags.is_a? Array
1412
+
1413
+ tags.each do |tag|
1414
+ @resource.tag(tag)
1415
+ end
1416
+ end
1417
+ end
1418
+
1419
+ # RelationshipMetaparam is an implementation supporting the meta-parameters `:require`, `:subscribe`,
1420
+ # `:notify`, and `:before`.
1421
+ #
1422
+ #
1423
+ class RelationshipMetaparam < Puppet::Parameter
1424
+ class << self
1425
+ attr_accessor :direction, :events, :callback, :subclasses
1426
+ end
1427
+
1428
+ @subclasses = []
1429
+
1430
+ def self.inherited(sub)
1431
+ @subclasses << sub
1432
+ end
1433
+
1434
+ # @return [Array<Puppet::Resource>] turns attribute value(s) into list of resources
1435
+ def munge(references)
1436
+ references = [references] unless references.is_a?(Array)
1437
+ references.collect do |ref|
1438
+ if ref.is_a?(Puppet::Resource)
1439
+ ref
1440
+ else
1441
+ Puppet::Resource.new(ref)
1442
+ end
1443
+ end
1444
+ end
1445
+
1446
+ # Checks each reference to assert that what it references exists in the catalog.
1447
+ #
1448
+ # @raise [???fail] if the referenced resource can not be found
1449
+ # @return [void]
1450
+ def validate_relationship
1451
+ @value.each do |ref|
1452
+ unless @resource.catalog.resource(ref.to_s)
1453
+ description = self.class.direction == :in ? "dependency" : "dependent"
1454
+ fail ResourceError, "Could not find #{description} #{ref} for #{resource.ref}"
1455
+ end
1456
+ end
1457
+ end
1458
+
1459
+ # Creates edges for all relationships.
1460
+ # The `:in` relationships are specified by the event-receivers, and `:out`
1461
+ # relationships are specified by the event generator.
1462
+ # @todo references to "event-receivers" and "event generator" means in this context - are those just
1463
+ # the resources at the two ends of the relationship?
1464
+ # This way 'source' and 'target' are consistent terms in both edges
1465
+ # and events, i.e. an event targets edges whose source matches
1466
+ # the event's source. The direction of the relationship determines
1467
+ # which resource is applied first and which resource is considered
1468
+ # to be the event generator.
1469
+ # @return [Array<Puppet::Relationship>]
1470
+ # @raise [???fail] when a reference can not be resolved
1471
+ #
1472
+ def to_edges
1473
+ @value.collect do |reference|
1474
+ reference.catalog = resource.catalog
1475
+
1476
+ # Either of the two retrieval attempts could have returned
1477
+ # nil.
1478
+ unless related_resource = reference.resolve
1479
+ self.fail "Could not retrieve dependency '#{reference}' of #{@resource.ref}"
1480
+ end
1481
+
1482
+ # Are we requiring them, or vice versa? See the method docs
1483
+ # for futher info on this.
1484
+ if self.class.direction == :in
1485
+ source = related_resource
1486
+ target = @resource
1487
+ else
1488
+ source = @resource
1489
+ target = related_resource
1490
+ end
1491
+
1492
+ if method = self.class.callback
1493
+ subargs = {
1494
+ :event => self.class.events,
1495
+ :callback => method
1496
+ }
1497
+ self.debug("subscribes to #{related_resource.ref}")
1498
+ else
1499
+ # If there's no callback, there's no point in even adding
1500
+ # a label.
1501
+ subargs = nil
1502
+ self.debug("requires #{related_resource.ref}")
1503
+ end
1504
+
1505
+ Puppet::Relationship.new(source, target, subargs)
1506
+ end
1507
+ end
1508
+ end
1509
+
1510
+ # @todo document this, have no clue what this does... it retuns "RelationshipMetaparam.subclasses"
1511
+ #
1512
+ def self.relationship_params
1513
+ RelationshipMetaparam.subclasses
1514
+ end
1515
+
1516
+
1517
+ # Note that the order in which the relationships params is defined
1518
+ # matters. The labelled params (notify and subcribe) must be later,
1519
+ # so that if both params are used, those ones win. It's a hackish
1520
+ # solution, but it works.
1521
+
1522
+ newmetaparam(:require, :parent => RelationshipMetaparam, :attributes => {:direction => :in, :events => :NONE}) do
1523
+ desc "One or more resources that this resource depends on, expressed as
1524
+ [resource references](http://docs.puppetlabs.com/puppet/latest/reference/lang_datatypes.html#resource-references).
1525
+ Multiple resources can be specified as an array of references. When this
1526
+ attribute is present:
1527
+
1528
+ * The required resource(s) will be applied **before** this resource.
1529
+
1530
+ This is one of the four relationship metaparameters, along with
1531
+ `before`, `notify`, and `subscribe`. For more context, including the
1532
+ alternate chaining arrow (`->` and `~>`) syntax, see
1533
+ [the language page on relationships](http://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html)."
1534
+ end
1535
+
1536
+ newmetaparam(:subscribe, :parent => RelationshipMetaparam, :attributes => {:direction => :in, :events => :ALL_EVENTS, :callback => :refresh}) do
1537
+ desc "One or more resources that this resource depends on, expressed as
1538
+ [resource references](http://docs.puppetlabs.com/puppet/latest/reference/lang_datatypes.html#resource-references).
1539
+ Multiple resources can be specified as an array of references. When this
1540
+ attribute is present:
1541
+
1542
+ * The subscribed resource(s) will be applied _before_ this resource.
1543
+ * If Puppet makes changes to any of the subscribed resources, it will cause
1544
+ this resource to _refresh._ (Refresh behavior varies by resource
1545
+ type: services will restart, mounts will unmount and re-mount, etc. Not
1546
+ all types can refresh.)
1547
+
1548
+ This is one of the four relationship metaparameters, along with
1549
+ `before`, `require`, and `notify`. For more context, including the
1550
+ alternate chaining arrow (`->` and `~>`) syntax, see
1551
+ [the language page on relationships](http://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html)."
1552
+ end
1553
+
1554
+ newmetaparam(:before, :parent => RelationshipMetaparam, :attributes => {:direction => :out, :events => :NONE}) do
1555
+ desc "One or more resources that depend on this resource, expressed as
1556
+ [resource references](http://docs.puppetlabs.com/puppet/latest/reference/lang_datatypes.html#resource-references).
1557
+ Multiple resources can be specified as an array of references. When this
1558
+ attribute is present:
1559
+
1560
+ * This resource will be applied _before_ the dependent resource(s).
1561
+
1562
+ This is one of the four relationship metaparameters, along with
1563
+ `require`, `notify`, and `subscribe`. For more context, including the
1564
+ alternate chaining arrow (`->` and `~>`) syntax, see
1565
+ [the language page on relationships](http://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html)."
1566
+ end
1567
+
1568
+ newmetaparam(:notify, :parent => RelationshipMetaparam, :attributes => {:direction => :out, :events => :ALL_EVENTS, :callback => :refresh}) do
1569
+ desc "One or more resources that depend on this resource, expressed as
1570
+ [resource references](http://docs.puppetlabs.com/puppet/latest/reference/lang_datatypes.html#resource-references).
1571
+ Multiple resources can be specified as an array of references. When this
1572
+ attribute is present:
1573
+
1574
+ * This resource will be applied _before_ the notified resource(s).
1575
+ * If Puppet makes changes to this resource, it will cause all of the
1576
+ notified resources to _refresh._ (Refresh behavior varies by resource
1577
+ type: services will restart, mounts will unmount and re-mount, etc. Not
1578
+ all types can refresh.)
1579
+
1580
+ This is one of the four relationship metaparameters, along with
1581
+ `before`, `require`, and `subscribe`. For more context, including the
1582
+ alternate chaining arrow (`->` and `~>`) syntax, see
1583
+ [the language page on relationships](http://docs.puppetlabs.com/puppet/latest/reference/lang_relationships.html)."
1584
+ end
1585
+
1586
+ newmetaparam(:stage) do
1587
+ desc %{Which run stage this class should reside in.
1588
+
1589
+ **Note: This metaparameter can only be used on classes,** and only when
1590
+ declaring them with the resource-like syntax. It cannot be used on normal
1591
+ resources or on classes declared with `include`.
1592
+
1593
+ By default, all classes are declared in the `main` stage. To assign a class
1594
+ to a different stage, you must:
1595
+
1596
+ * Declare the new stage as a [`stage` resource](http://docs.puppetlabs.com/references/latest/type.html#stage).
1597
+ * Declare an order relationship between the new stage and the `main` stage.
1598
+ * Use the resource-like syntax to declare the class, and set the `stage`
1599
+ metaparameter to the name of the desired stage.
1600
+
1601
+ For example:
1602
+
1603
+ stage { 'pre':
1604
+ before => Stage['main'],
1605
+ }
1606
+
1607
+ class { 'apt-updates':
1608
+ stage => 'pre',
1609
+ }
1610
+ }
1611
+ end
1612
+
1613
+ ###############################
1614
+ # All of the provider plumbing for the resource types.
1615
+ require 'puppet/provider'
1616
+ require 'puppet/util/provider_features'
1617
+
1618
+ # Add the feature handling module.
1619
+ extend Puppet::Util::ProviderFeatures
1620
+
1621
+ # The provider that has been selected for the instance of the resource type.
1622
+ # @return [Puppet::Provider,nil] the selected provider or nil, if none has been selected
1623
+ #
1624
+ attr_reader :provider
1625
+
1626
+ # the Type class attribute accessors
1627
+ class << self
1628
+ # The loader of providers to use when loading providers from disk.
1629
+ # Although it looks like this attribute provides a way to operate with different loaders of
1630
+ # providers that is not the case; the attribute is written when a new type is created,
1631
+ # and should not be changed thereafter.
1632
+ # @api private
1633
+ #
1634
+ attr_accessor :providerloader
1635
+
1636
+ # @todo Don't know if this is a name, or a reference to a Provider instance (now marked up as an instance
1637
+ # of Provider.
1638
+ # @return [Puppet::Provider, nil] The default provider for this type, or nil if non is defines
1639
+ #
1640
+ attr_writer :defaultprovider
1641
+ end
1642
+
1643
+ # The default provider, or the most suitable provider if no default provider was set.
1644
+ # @note a warning will be issued if no default provider has been configured and a search for the most
1645
+ # suitable provider returns more than one equally suitable provider.
1646
+ # @return [Puppet::Provider, nil] the default or most suitable provider, or nil if no provider was found
1647
+ #
1648
+ def self.defaultprovider
1649
+ return @defaultprovider if @defaultprovider
1650
+
1651
+ suitable = suitableprovider
1652
+
1653
+ # Find which providers are a default for this system.
1654
+ defaults = suitable.find_all { |provider| provider.default? }
1655
+
1656
+ # If we don't have any default we use suitable providers
1657
+ defaults = suitable if defaults.empty?
1658
+ max = defaults.collect { |provider| provider.specificity }.max
1659
+ defaults = defaults.find_all { |provider| provider.specificity == max }
1660
+
1661
+ if defaults.length > 1
1662
+ Puppet.warning(
1663
+ "Found multiple default providers for #{self.name}: #{defaults.collect { |i| i.name.to_s }.join(", ")}; using #{defaults[0].name}"
1664
+ )
1665
+ end
1666
+
1667
+ @defaultprovider = defaults.shift unless defaults.empty?
1668
+ end
1669
+
1670
+ # @return [Hash{??? => Puppet::Provider}] Returns a hash of WHAT EXACTLY for the given type
1671
+ # @todo what goes into this hash?
1672
+ def self.provider_hash_by_type(type)
1673
+ @provider_hashes ||= {}
1674
+ @provider_hashes[type] ||= {}
1675
+ end
1676
+
1677
+ # @return [Hash{ ??? => Puppet::Provider}] Returns a hash of WHAT EXACTLY for this type.
1678
+ # @see provider_hash_by_type method to get the same for some other type
1679
+ def self.provider_hash
1680
+ Puppet::Type.provider_hash_by_type(self.name)
1681
+ end
1682
+
1683
+ # Returns the provider having the given name.
1684
+ # This will load a provider if it is not already loaded. The returned provider is the first found provider
1685
+ # having the given name, where "first found" semantics is defined by the {providerloader} in use.
1686
+ #
1687
+ # @param name [String] the name of the provider to get
1688
+ # @return [Puppet::Provider, nil] the found provider, or nil if no provider of the given name was found
1689
+ #
1690
+ def self.provider(name)
1691
+ name = name.intern
1692
+
1693
+ # If we don't have it yet, try loading it.
1694
+ @providerloader.load(name) unless provider_hash.has_key?(name)
1695
+ provider_hash[name]
1696
+ end
1697
+
1698
+ # Returns a list of loaded providers by name.
1699
+ # This method will not load/search for available providers.
1700
+ # @return [Array<String>] list of loaded provider names
1701
+ #
1702
+ def self.providers
1703
+ provider_hash.keys
1704
+ end
1705
+
1706
+ # Returns true if the given name is a reference to a provider and if this is a suitable provider for
1707
+ # this type.
1708
+ # @todo How does the provider know if it is suitable for the type? Is it just suitable for the platform/
1709
+ # environment where this method is executing?
1710
+ # @param name [String] the name of the provider for which validity is checked
1711
+ # @return [Boolean] true if the given name references a provider that is suitable
1712
+ #
1713
+ def self.validprovider?(name)
1714
+ name = name.intern
1715
+
1716
+ (provider_hash.has_key?(name) && provider_hash[name].suitable?)
1717
+ end
1718
+
1719
+ # Creates a new provider of a type.
1720
+ # This method must be called directly on the type that it's implementing.
1721
+ # @todo Fix Confusing Explanations!
1722
+ # Is this a new provider of a Type (metatype), or a provider of an instance of Type (a resource), or
1723
+ # a Provider (the implementation of a Type's behavior). CONFUSED. It calls magically named methods like
1724
+ # "providify" ...
1725
+ # @param name [String, Symbol] the name of the WHAT? provider? type?
1726
+ # @param options [Hash{Symbol => Object}] a hash of options, used by this method, and passed on to {#genclass}, (see
1727
+ # it for additional options to pass).
1728
+ # @option options [Puppet::Provider] :parent the parent provider (what is this?)
1729
+ # @option options [Puppet::Type] :resource_type the resource type, defaults to this type if unspecified
1730
+ # @return [Puppet::Provider] a provider ???
1731
+ # @raise [Puppet::DevError] when the parent provider could not be found.
1732
+ #
1733
+ def self.provide(name, options = {}, &block)
1734
+ name = name.intern
1735
+
1736
+ if unprovide(name)
1737
+ Puppet.debug "Reloading #{name} #{self.name} provider"
1738
+ end
1739
+
1740
+ parent = if pname = options[:parent]
1741
+ options.delete(:parent)
1742
+ if pname.is_a? Class
1743
+ pname
1744
+ else
1745
+ if provider = self.provider(pname)
1746
+ provider
1747
+ else
1748
+ raise Puppet::DevError,
1749
+ "Could not find parent provider #{pname} of #{name}"
1750
+ end
1751
+ end
1752
+ else
1753
+ Puppet::Provider
1754
+ end
1755
+
1756
+ options[:resource_type] ||= self
1757
+
1758
+ self.providify
1759
+
1760
+ provider = genclass(
1761
+ name,
1762
+ :parent => parent,
1763
+ :hash => provider_hash,
1764
+ :prefix => "Provider",
1765
+ :block => block,
1766
+ :include => feature_module,
1767
+ :extend => feature_module,
1768
+ :attributes => options
1769
+ )
1770
+
1771
+ provider
1772
+ end
1773
+
1774
+ # Ensures there is a `:provider` parameter defined.
1775
+ # Should only be called if there are providers.
1776
+ # @return [void]
1777
+ def self.providify
1778
+ return if @paramhash.has_key? :provider
1779
+
1780
+ newparam(:provider) do
1781
+ # We're using a hacky way to get the name of our type, since there doesn't
1782
+ # seem to be a correct way to introspect this at the time this code is run.
1783
+ # We expect that the class in which this code is executed will be something
1784
+ # like Puppet::Type::Ssh_authorized_key::ParameterProvider.
1785
+ desc <<-EOT
1786
+ The specific backend to use for this `#{self.to_s.split('::')[2].downcase}`
1787
+ resource. You will seldom need to specify this --- Puppet will usually
1788
+ discover the appropriate provider for your platform.
1789
+ EOT
1790
+
1791
+ # This is so we can refer back to the type to get a list of
1792
+ # providers for documentation.
1793
+ class << self
1794
+ # The reference to a parent type for the parameter `:provider` used to get a list of
1795
+ # providers for documentation purposes.
1796
+ #
1797
+ attr_accessor :parenttype
1798
+ end
1799
+
1800
+ # Provides the ability to add documentation to a provider.
1801
+ #
1802
+ def self.doc
1803
+ # Since we're mixing @doc with text from other sources, we must normalize
1804
+ # its indentation with scrub. But we don't need to manually scrub the
1805
+ # provider's doc string, since markdown_definitionlist sanitizes its inputs.
1806
+ scrub(@doc) + "Available providers are:\n\n" + parenttype.providers.sort { |a,b|
1807
+ a.to_s <=> b.to_s
1808
+ }.collect { |i|
1809
+ markdown_definitionlist( i, scrub(parenttype().provider(i).doc) )
1810
+ }.join
1811
+ end
1812
+
1813
+ # @todo this does what? where and how?
1814
+ # @return [String] the name of the provider
1815
+ defaultto {
1816
+ prov = @resource.class.defaultprovider
1817
+ prov.name if prov
1818
+ }
1819
+
1820
+ validate do |provider_class|
1821
+ provider_class = provider_class[0] if provider_class.is_a? Array
1822
+ provider_class = provider_class.class.name if provider_class.is_a?(Puppet::Provider)
1823
+
1824
+ unless @resource.class.provider(provider_class)
1825
+ raise ArgumentError, "Invalid #{@resource.class.name} provider '#{provider_class}'"
1826
+ end
1827
+ end
1828
+
1829
+ munge do |provider|
1830
+ provider = provider[0] if provider.is_a? Array
1831
+ provider = provider.intern if provider.is_a? String
1832
+ @resource.provider = provider
1833
+
1834
+ if provider.is_a?(Puppet::Provider)
1835
+ provider.class.name
1836
+ else
1837
+ provider
1838
+ end
1839
+ end
1840
+ end.parenttype = self
1841
+ end
1842
+
1843
+ # @todo this needs a better explanation
1844
+ # Removes the implementation class of a given provider.
1845
+ # @return [Object] returns what {Puppet::Util::ClassGen#rmclass} returns
1846
+ def self.unprovide(name)
1847
+ if @defaultprovider and @defaultprovider.name == name
1848
+ @defaultprovider = nil
1849
+ end
1850
+
1851
+ rmclass(name, :hash => provider_hash, :prefix => "Provider")
1852
+ end
1853
+
1854
+ # Returns a list of suitable providers for the given type.
1855
+ # A call to this method will load all providers if not already loaded and ask each if it is
1856
+ # suitable - those that are are included in the result.
1857
+ # @note This method also does some special processing which rejects a provider named `:fake` (for testing purposes).
1858
+ # @return [Array<Puppet::Provider>] Returns an array of all suitable providers.
1859
+ #
1860
+ def self.suitableprovider
1861
+ providerloader.loadall if provider_hash.empty?
1862
+ provider_hash.find_all { |name, provider|
1863
+ provider.suitable?
1864
+ }.collect { |name, provider|
1865
+ provider
1866
+ }.reject { |p| p.name == :fake } # For testing
1867
+ end
1868
+
1869
+ # @return [Boolean] Returns true if this is something else than a `:provider`, or if it
1870
+ # is a provider and it is suitable, or if there is a default provider. Otherwise, false is returned.
1871
+ #
1872
+ def suitable?
1873
+ # If we don't use providers, then we consider it suitable.
1874
+ return true unless self.class.paramclass(:provider)
1875
+
1876
+ # We have a provider and it is suitable.
1877
+ return true if provider && provider.class.suitable?
1878
+
1879
+ # We're using the default provider and there is one.
1880
+ if !provider and self.class.defaultprovider
1881
+ self.provider = self.class.defaultprovider.name
1882
+ return true
1883
+ end
1884
+
1885
+ # We specified an unsuitable provider, or there isn't any suitable
1886
+ # provider.
1887
+ false
1888
+ end
1889
+
1890
+ # Sets the provider to the given provider/name.
1891
+ # @overload provider=(name)
1892
+ # Sets the provider to the result of resolving the name to an instance of Provider.
1893
+ # @param name [String] the name of the provider
1894
+ # @overload provider=(provider)
1895
+ # Sets the provider to the given instances of Provider.
1896
+ # @param provider [Puppet::Provider] the provider to set
1897
+ # @return [Puppet::Provider] the provider set
1898
+ # @raise [ArgumentError] if the provider could not be found/resolved.
1899
+ #
1900
+ def provider=(name)
1901
+ if name.is_a?(Puppet::Provider)
1902
+ @provider = name
1903
+ @provider.resource = self
1904
+ elsif klass = self.class.provider(name)
1905
+ @provider = klass.new(self)
1906
+ else
1907
+ raise ArgumentError, "Could not find #{name} provider of #{self.class.name}"
1908
+ end
1909
+ end
1910
+
1911
+ ###############################
1912
+ # All of the relationship code.
1913
+
1914
+ # Adds a block producing a single name (or list of names) of the given resource type name to autorequire.
1915
+ # @example Autorequire the files File['foo', 'bar']
1916
+ # autorequire( 'file', {|| ['foo', 'bar'] })
1917
+ #
1918
+ # @todo original = _"Specify a block for generating a list of objects to autorequire.
1919
+ # This makes it so that you don't have to manually specify things that you clearly require."_
1920
+ # @param name [String] the name of a type of which one or several resources should be autorequired e.g. "file"
1921
+ # @yield [ ] a block returning list of names of given type to auto require
1922
+ # @yieldreturn [String, Array<String>] one or several resource names for the named type
1923
+ # @return [void]
1924
+ # @dsl type
1925
+ # @api public
1926
+ #
1927
+ def self.autorequire(name, &block)
1928
+ @autorequires ||= {}
1929
+ @autorequires[name] = block
1930
+ end
1931
+
1932
+ # Provides iteration over added auto-requirements (see {autorequire}).
1933
+ # @yieldparam type [String] the name of the type to autoriquire an instance of
1934
+ # @yieldparam block [Proc] a block producing one or several dependencies to auto require (see {autorequire}).
1935
+ # @yieldreturn [void]
1936
+ # @return [void]
1937
+ def self.eachautorequire
1938
+ @autorequires ||= {}
1939
+ @autorequires.each { |type, block|
1940
+ yield(type, block)
1941
+ }
1942
+ end
1943
+
1944
+ # Adds dependencies to the catalog from added autorequirements.
1945
+ # See {autorequire} for how to add an auto-requirement.
1946
+ # @todo needs details - see the param rel_catalog, and type of this param
1947
+ # @param rel_catalog [Puppet::Resource::Catalog, nil] the catalog to
1948
+ # add dependencies to. Defaults to the current catalog (set when the
1949
+ # type instance was added to a catalog)
1950
+ # @raise [Puppet::DevError] if there is no catalog
1951
+ #
1952
+ def autorequire(rel_catalog = nil)
1953
+ rel_catalog ||= catalog
1954
+ raise(Puppet::DevError, "You cannot add relationships without a catalog") unless rel_catalog
1955
+
1956
+ reqs = []
1957
+ self.class.eachautorequire { |type, block|
1958
+ # Ignore any types we can't find, although that would be a bit odd.
1959
+ next unless Puppet::Type.type(type)
1960
+
1961
+ # Retrieve the list of names from the block.
1962
+ next unless list = self.instance_eval(&block)
1963
+ list = [list] unless list.is_a?(Array)
1964
+
1965
+ # Collect the current prereqs
1966
+ list.each { |dep|
1967
+ # Support them passing objects directly, to save some effort.
1968
+ unless dep.is_a? Puppet::Type
1969
+ # Skip autorequires that we aren't managing
1970
+ unless dep = rel_catalog.resource(type, dep)
1971
+ next
1972
+ end
1973
+ end
1974
+
1975
+ reqs << Puppet::Relationship.new(dep, self)
1976
+ }
1977
+ }
1978
+
1979
+ reqs
1980
+ end
1981
+
1982
+ # Builds the dependencies associated with an individual object.
1983
+ # @todo Which object is the "individual object", as opposed to "object as a group?" or should it simply
1984
+ # be "this object" as in "this resource" ?
1985
+ # @todo Does this method "build dependencies" or "build what it depends on" ... CONFUSING
1986
+ #
1987
+ # @return [Array<???>] list of WHAT? resources? edges?
1988
+ def builddepends
1989
+ # Handle the requires
1990
+ self.class.relationship_params.collect do |klass|
1991
+ if param = @parameters[klass.name]
1992
+ param.to_edges
1993
+ end
1994
+ end.flatten.reject { |r| r.nil? }
1995
+ end
1996
+
1997
+ # Sets the initial list of tags...
1998
+ # @todo The initial list of tags, that ... that what?
1999
+ # @return [void] ???
2000
+ def tags=(list)
2001
+ tag(self.class.name)
2002
+ tag(*list)
2003
+ end
2004
+
2005
+ # @comment - these two comments were floating around here, and turned up as documentation
2006
+ # for the attribute "title", much to my surprise and amusement. Clearly these comments
2007
+ # are orphaned ... I think they can just be removed as what they say should be covered
2008
+ # by the now added yardoc. <irony>(Yo! to quote some of the other actual awsome specific comments applicable
2009
+ # to objects called from elsewhere, or not. ;-)</irony>
2010
+ #
2011
+ # @comment Types (which map to resources in the languages) are entirely composed of
2012
+ # attribute value pairs. Generally, Puppet calls any of these things an
2013
+ # 'attribute', but these attributes always take one of three specific
2014
+ # forms: parameters, metaparams, or properties.
2015
+
2016
+ # @comment In naming methods, I have tried to consistently name the method so
2017
+ # that it is clear whether it operates on all attributes (thus has 'attr' in
2018
+ # the method name, or whether it operates on a specific type of attributes.
2019
+
2020
+ # The title attribute of WHAT ???
2021
+ # @todo Figure out what this is the title attribute of (it appears on line 1926 currently).
2022
+ # @return [String] the title
2023
+ attr_writer :title
2024
+
2025
+ # The noop attribute of WHAT ??? does WHAT???
2026
+ # @todo Figure out what this is the noop attribute of (it appears on line 1931 currently).
2027
+ # @return [???] the noop WHAT ??? (mode? if so of what, or noop for an instance of the type, or for all
2028
+ # instances of a type, or for what???
2029
+ #
2030
+ attr_writer :noop
2031
+
2032
+ include Enumerable
2033
+
2034
+ # class methods dealing with Type management
2035
+
2036
+ public
2037
+
2038
+ # The Type class attribute accessors
2039
+ class << self
2040
+ # @return [String] the name of the resource type; e.g., "File"
2041
+ #
2042
+ attr_reader :name
2043
+
2044
+ # @return [Boolean] true if the type should send itself a refresh event on change.
2045
+ #
2046
+ attr_accessor :self_refresh
2047
+ include Enumerable, Puppet::Util::ClassGen
2048
+ include Puppet::MetaType::Manager
2049
+
2050
+ include Puppet::Util
2051
+ include Puppet::Util::Logging
2052
+ end
2053
+
2054
+ # Initializes all of the variables that must be initialized for each subclass.
2055
+ # @todo Does the explanation make sense?
2056
+ # @return [void]
2057
+ def self.initvars
2058
+ # all of the instances of this class
2059
+ @objects = Hash.new
2060
+ @aliases = Hash.new
2061
+
2062
+ @defaults = {}
2063
+
2064
+ @parameters ||= []
2065
+
2066
+ @validproperties = {}
2067
+ @properties = []
2068
+ @parameters = []
2069
+ @paramhash = {}
2070
+
2071
+ @paramdoc = Hash.new { |hash,key|
2072
+ key = key.intern if key.is_a?(String)
2073
+ if hash.include?(key)
2074
+ hash[key]
2075
+ else
2076
+ "Param Documentation for #{key} not found"
2077
+ end
2078
+ }
2079
+
2080
+ @doc ||= ""
2081
+
2082
+ end
2083
+
2084
+ # Returns the name of this type (if specified) or the parent type #to_s.
2085
+ # The returned name is on the form "Puppet::Type::<name>", where the first letter of name is
2086
+ # capitalized.
2087
+ # @return [String] the fully qualified name Puppet::Type::<name> where the first letter of name is captialized
2088
+ #
2089
+ def self.to_s
2090
+ if defined?(@name)
2091
+ "Puppet::Type::#{@name.to_s.capitalize}"
2092
+ else
2093
+ super
2094
+ end
2095
+ end
2096
+
2097
+ # Creates a `validate` method that is used to validate a resource before it is operated on.
2098
+ # The validation should raise exceptions if the validation finds errors. (It is not recommended to
2099
+ # issue warnings as this typically just ends up in a logfile - you should fail if a validation fails).
2100
+ # The easiest way to raise an appropriate exception is to call the method {Puppet::Util::Errors.fail} with
2101
+ # the message as an argument.
2102
+ #
2103
+ # @yield [ ] a required block called with self set to the instance of a Type class representing a resource.
2104
+ # @return [void]
2105
+ # @dsl type
2106
+ # @api public
2107
+ #
2108
+ def self.validate(&block)
2109
+ define_method(:validate, &block)
2110
+ end
2111
+
2112
+ # @return [String] The file from which this type originates from
2113
+ attr_accessor :file
2114
+
2115
+ # @return [Integer] The line in {#file} from which this type originates from
2116
+ attr_accessor :line
2117
+
2118
+ # @todo what does this mean "this resource" (sounds like this if for an instance of the type, not the meta Type),
2119
+ # but not sure if this is about the catalog where the meta Type is included)
2120
+ # @return [??? TODO] The catalog that this resource is stored in.
2121
+ attr_accessor :catalog
2122
+
2123
+ # @return [Boolean] Flag indicating if this type is exported
2124
+ attr_accessor :exported
2125
+
2126
+ # @return [Boolean] Flag indicating if the type is virtual (it should not be).
2127
+ attr_accessor :virtual
2128
+
2129
+ # Creates a log entry with the given message at the log level specified by the parameter `loglevel`
2130
+ # @return [void]
2131
+ #
2132
+ def log(msg)
2133
+
2134
+ Puppet::Util::Log.create(
2135
+
2136
+ :level => @parameters[:loglevel].value,
2137
+ :message => msg,
2138
+
2139
+ :source => self
2140
+ )
2141
+ end
2142
+
2143
+
2144
+ # instance methods related to instance intrinsics
2145
+ # e.g., initialize and name
2146
+
2147
+ public
2148
+
2149
+ # @return [Hash] hash of parameters originally defined
2150
+ # @api private
2151
+ attr_reader :original_parameters
2152
+
2153
+ # Creates an instance of Type from a hash or a {Puppet::Resource}.
2154
+ # @todo Unclear if this is a new Type or a new instance of a given type (the initialization ends
2155
+ # with calling validate - which seems like validation of an instance of a given type, not a new
2156
+ # meta type.
2157
+ #
2158
+ # @todo Explain what the Hash and Resource are. There seems to be two different types of
2159
+ # resources; one that causes the title to be set to resource.title, and one that
2160
+ # causes the title to be resource.ref ("for components") - what is a component?
2161
+ #
2162
+ # @overload initialize(hash)
2163
+ # @param [Hash] hash
2164
+ # @raise [Puppet::ResourceError] when the type validation raises
2165
+ # Puppet::Error or ArgumentError
2166
+ # @overload initialize(resource)
2167
+ # @param resource [Puppet:Resource]
2168
+ # @raise [Puppet::ResourceError] when the type validation raises
2169
+ # Puppet::Error or ArgumentError
2170
+ #
2171
+ def initialize(resource)
2172
+ resource = self.class.hash2resource(resource) unless resource.is_a?(Puppet::Resource)
2173
+
2174
+ # The list of parameter/property instances.
2175
+ @parameters = {}
2176
+
2177
+ # Set the title first, so any failures print correctly.
2178
+ if resource.type.to_s.downcase.to_sym == self.class.name
2179
+ self.title = resource.title
2180
+ else
2181
+ # This should only ever happen for components
2182
+ self.title = resource.ref
2183
+ end
2184
+
2185
+ [:file, :line, :catalog, :exported, :virtual].each do |getter|
2186
+ setter = getter.to_s + "="
2187
+ if val = resource.send(getter)
2188
+ self.send(setter, val)
2189
+ end
2190
+ end
2191
+
2192
+ @tags = resource.tags
2193
+
2194
+ @original_parameters = resource.to_hash
2195
+
2196
+ set_name(@original_parameters)
2197
+
2198
+ set_default(:provider)
2199
+
2200
+ set_parameters(@original_parameters)
2201
+
2202
+ begin
2203
+ self.validate if self.respond_to?(:validate)
2204
+ rescue Puppet::Error, ArgumentError => detail
2205
+ error = Puppet::ResourceError.new("Validation of #{ref} failed: #{detail}")
2206
+ adderrorcontext(error, detail)
2207
+ raise error
2208
+ end
2209
+ end
2210
+
2211
+ private
2212
+
2213
+ # Sets the name of the resource from a hash containing a mapping of `name_var` to value.
2214
+ # Sets the value of the property/parameter appointed by the `name_var` (if it is defined). The value set is
2215
+ # given by the corresponding entry in the given hash - e.g. if name_var appoints the name `:path` the value
2216
+ # of `:path` is set to the value at the key `:path` in the given hash. As a side effect this key/value is then
2217
+ # removed from the given hash.
2218
+ #
2219
+ # @note This method mutates the given hash by removing the entry with a key equal to the value
2220
+ # returned from name_var!
2221
+ # @param hash [Hash] a hash of what
2222
+ # @return [void]
2223
+ def set_name(hash)
2224
+ self[name_var] = hash.delete(name_var) if name_var
2225
+ end
2226
+
2227
+ # Sets parameters from the given hash.
2228
+ # Values are set in _attribute order_ i.e. higher priority attributes before others, otherwise in
2229
+ # the order they were specified (as opposed to just setting them in the order they happen to appear in
2230
+ # when iterating over the given hash).
2231
+ #
2232
+ # Attributes that are not included in the given hash are set to their default value.
2233
+ #
2234
+ # @todo Is this description accurate? Is "ensure" an example of such a higher priority attribute?
2235
+ # @return [void]
2236
+ # @raise [Puppet::DevError] when impossible to set the value due to some problem
2237
+ # @raise [ArgumentError, TypeError, Puppet::Error] when faulty arguments have been passed
2238
+ #
2239
+ def set_parameters(hash)
2240
+ # Use the order provided by allattrs, but add in any
2241
+ # extra attributes from the resource so we get failures
2242
+ # on invalid attributes.
2243
+ no_values = []
2244
+ (self.class.allattrs + hash.keys).uniq.each do |attr|
2245
+ begin
2246
+ # Set any defaults immediately. This is mostly done so
2247
+ # that the default provider is available for any other
2248
+ # property validation.
2249
+ if hash.has_key?(attr)
2250
+ self[attr] = hash[attr]
2251
+ else
2252
+ no_values << attr
2253
+ end
2254
+ rescue ArgumentError, Puppet::Error, TypeError
2255
+ raise
2256
+ rescue => detail
2257
+ error = Puppet::DevError.new( "Could not set #{attr} on #{self.class.name}: #{detail}")
2258
+ error.set_backtrace(detail.backtrace)
2259
+ raise error
2260
+ end
2261
+ end
2262
+ no_values.each do |attr|
2263
+ set_default(attr)
2264
+ end
2265
+ end
2266
+
2267
+ public
2268
+
2269
+ # Finishes any outstanding processing.
2270
+ # This method should be called as a final step in setup,
2271
+ # to allow the parameters that have associated auto-require needs to be processed.
2272
+ #
2273
+ # @todo what is the expected sequence here - who is responsible for calling this? When?
2274
+ # Is the returned type correct?
2275
+ # @return [Array<Puppet::Parameter>] the validated list/set of attributes
2276
+ #
2277
+ def finish
2278
+ # Call post_compile hook on every parameter that implements it. This includes all subclasses
2279
+ # of parameter including, but not limited to, regular parameters, metaparameters, relationship
2280
+ # parameters, and properties.
2281
+ eachparameter do |parameter|
2282
+ parameter.post_compile if parameter.respond_to? :post_compile
2283
+ end
2284
+
2285
+ # Make sure all of our relationships are valid. Again, must be done
2286
+ # when the entire catalog is instantiated.
2287
+ self.class.relationship_params.collect do |klass|
2288
+ if param = @parameters[klass.name]
2289
+ param.validate_relationship
2290
+ end
2291
+ end.flatten.reject { |r| r.nil? }
2292
+ end
2293
+
2294
+ # @comment For now, leave the 'name' method functioning like it used to. Once 'title'
2295
+ # works everywhere, I'll switch it.
2296
+ # Returns the resource's name
2297
+ # @todo There is a comment in source that this is not quite the same as ':title' and that a switch should
2298
+ # be made...
2299
+ # @return [String] the name of a resource
2300
+ def name
2301
+ self[:name]
2302
+ end
2303
+
2304
+ # Returns the parent of this in the catalog. In case of an erroneous catalog
2305
+ # where multiple parents have been produced, the first found (non
2306
+ # deterministic) parent is returned.
2307
+ # @return [Puppet::Type, nil] the
2308
+ # containing resource or nil if there is no catalog or no containing
2309
+ # resource.
2310
+ def parent
2311
+ return nil unless catalog
2312
+
2313
+ @parent ||=
2314
+ if parents = catalog.adjacent(self, :direction => :in)
2315
+ parents.shift
2316
+ else
2317
+ nil
2318
+ end
2319
+ end
2320
+
2321
+ # Returns a reference to this as a string in "Type[name]" format.
2322
+ # @return [String] a reference to this object on the form 'Type[name]'
2323
+ #
2324
+ def ref
2325
+ # memoizing this is worthwhile ~ 3 percent of calls are the "first time
2326
+ # around" in an average run of Puppet. --daniel 2012-07-17
2327
+ @ref ||= "#{self.class.name.to_s.capitalize}[#{self.title}]"
2328
+ end
2329
+
2330
+ # (see self_refresh)
2331
+ # @todo check that meaningful yardoc is produced - this method delegates to "self.class.self_refresh"
2332
+ # @return [Boolean] - ??? returns true when ... what?
2333
+ #
2334
+ def self_refresh?
2335
+ self.class.self_refresh
2336
+ end
2337
+
2338
+ # Marks the object as "being purged".
2339
+ # This method is used by transactions to forbid deletion when there are dependencies.
2340
+ # @todo what does this mean; "mark that we are purging" (purging what from where). How to use/when?
2341
+ # Is this internal API in transactions?
2342
+ # @see purging?
2343
+ def purging
2344
+ @purging = true
2345
+ end
2346
+
2347
+ # Returns whether this resource is being purged or not.
2348
+ # This method is used by transactions to forbid deletion when there are dependencies.
2349
+ # @return [Boolean] the current "purging" state
2350
+ #
2351
+ def purging?
2352
+ if defined?(@purging)
2353
+ @purging
2354
+ else
2355
+ false
2356
+ end
2357
+ end
2358
+
2359
+ # Returns the title of this object, or its name if title was not explicetly set.
2360
+ # If the title is not already set, it will be computed by looking up the {#name_var} and using
2361
+ # that value as the title.
2362
+ # @todo it is somewhat confusing that if the name_var is a valid parameter, it is assumed to
2363
+ # be the name_var called :name, but if it is a property, it uses the name_var.
2364
+ # It is further confusing as Type in some respects supports multiple namevars.
2365
+ #
2366
+ # @return [String] Returns the title of this object, or its name if title was not explicetly set.
2367
+ # @raise [??? devfail] if title is not set, and name_var can not be found.
2368
+ def title
2369
+ unless @title
2370
+ if self.class.validparameter?(name_var)
2371
+ @title = self[:name]
2372
+ elsif self.class.validproperty?(name_var)
2373
+ @title = self.should(name_var)
2374
+ else
2375
+ self.devfail "Could not find namevar #{name_var} for #{self.class.name}"
2376
+ end
2377
+ end
2378
+
2379
+ @title
2380
+ end
2381
+
2382
+ # Produces a reference to this in reference format.
2383
+ # @see #ref
2384
+ #
2385
+ def to_s
2386
+ self.ref
2387
+ end
2388
+
2389
+ # @todo What to resource? Which one of the resource forms is prroduced? returned here?
2390
+ # @return [??? Resource] a resource that WHAT???
2391
+ #
2392
+ def to_resource
2393
+ resource = self.retrieve_resource
2394
+ resource.tag(*self.tags)
2395
+
2396
+ @parameters.each do |name, param|
2397
+ # Avoid adding each instance name twice
2398
+ next if param.class.isnamevar? and param.value == self.title
2399
+
2400
+ # We've already got property values
2401
+ next if param.is_a?(Puppet::Property)
2402
+ resource[name] = param.value
2403
+ end
2404
+
2405
+ resource
2406
+ end
2407
+
2408
+ # @return [Boolean] Returns whether the resource is virtual or not
2409
+ def virtual?; !!@virtual; end
2410
+ # @return [Boolean] Returns whether the resource is exported or not
2411
+ def exported?; !!@exported; end
2412
+
2413
+ # @return [Boolean] Returns whether the resource is applicable to `:device`
2414
+ # Returns true if a resource of this type can be evaluated on a 'network device' kind
2415
+ # of hosts.
2416
+ # @api private
2417
+ def appliable_to_device?
2418
+ self.class.can_apply_to(:device)
2419
+ end
2420
+
2421
+ # @return [Boolean] Returns whether the resource is applicable to `:host`
2422
+ # Returns true if a resource of this type can be evaluated on a regular generalized computer (ie not an appliance like a network device)
2423
+ # @api private
2424
+ def appliable_to_host?
2425
+ self.class.can_apply_to(:host)
2426
+ end
2427
+ end
2428
+ end
2429
+
2430
+ require 'puppet/provider'