summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/automount.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/automount.js')
-rw-r--r--install/ui/src/freeipa/automount.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/automount.js b/install/ui/src/freeipa/automount.js
index eb63266b4..10d97368a 100644
--- a/install/ui/src/freeipa/automount.js
+++ b/install/ui/src/freeipa/automount.js
@@ -157,11 +157,12 @@ IPA.automount.key_entity = function(spec) {
spec = spec || {};
spec.policies = spec.policies || [
- IPA.facet_update_policy({
+ {
+ $factory: IPA.facet_update_policy,
source_facet: 'details',
dest_entity: 'automountmap',
dest_facet: 'keys'
- })
+ }
];
var that = IPA.entity(spec);