Skip to content

Instantly share code, notes, and snippets.

@agomerz
agomerz / puppet_knowledge_assesment.md
Last active December 2, 2016 17:07
Determine Puppet knowledge

#Question 1:

Correct the dependency cycle in the below apache class.

class apache {

  package {'apache2':
    ensure  => installed,
    require => Service['apache2'],
 }
[identity]
driver=keystone.identity.backends.ldap.Identity
[assignment]
driver=keystone.assignment.backends.sql.Assignment
[ldap]
### Connection Details ###
url=ldaps://localhost
user=CN=svc_user,OU=Svc Acount Org Unit,DC=dc1,DC=example,DC=com