Skip to content

Instantly share code, notes, and snippets.

@stahnma
Created July 12, 2010 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stahnma/ad288dee41e7740250e2 to your computer and use it in GitHub Desktop.
Save stahnma/ad288dee41e7740250e2 to your computer and use it in GitHub Desktop.
domain { "stahnkage.com":
ensure => present,
dc => "dc=stahnkage,dc=com",
provider => "ldap",
ldap_master => $ldap_master,
}
domain { "test.stahnkage.com":
ensure => present,
dc => "dc=test,dc=stahnkage,dc=com",
provider => "ldap",
ldap_master => $ldap_master,
require => Domain['stahnkage.com']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment