Add managedby to Host entries

This will allow others to provision on behalf of the host.

ticket 280
This commit is contained in:
Rob Crittenden
2010-11-10 16:47:29 -05:00
committed by Adam Young
parent 2046eddb7a
commit d4f25453e1
6 changed files with 154 additions and 6 deletions

View File

@@ -164,6 +164,7 @@ class test_netgroup(Declarative):
krbprincipalname=[u'host/%s@%s' % (host1, api.env.realm)],
objectclass=objectclasses.host,
ipauniqueid=[fuzzy_uuid],
managedby_host=[host1],
),
),
),