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?
Submit