Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A systems administrator is deploying a web server using the following code: pgsql name "Web Server" description "The role contains nodes, which act as a web server" run_list "recipe[ntp]" default_attributes "ntp" => { "ntpdate" => { "disable" => true } } Which of the following technologies is the administrator using to create this web server?
Correct Answer: A
The code snippet provided follows Ruby DSL (Domain Specific Language) used in Chef roles and recipes. Keywords such as run_list, recipe, and default_attributes are unique to Chef's configuration management system. * Ansible uses YAML playbooks. * Puppet uses its own DSL (.pp files). * Terraform uses HCL (HashiCorp Configuration Language). Reference: CompTIA Linux+ XK0-005 Official Study Guide, Domain 2.4 - Automation and Configuration Management "Chef uses a Ruby-based DSL with elements such as recipe, run_list, and default_attributes for managing configurations."