Barbican/Dogtag plugin

- Install dogtag requirements
- use dogtag_crypto instead of dogtag_plugin
- fix port from 8433 to 8443

+
- jinja formating
- comment out the enabled_*_plugins: not needed with
  `multiple secret stores` configuration

Change-Id: Iad378e9c7e54205300200ecbace34e32951fbfa7
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index d438e3d..581ede3 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -24,7 +24,7 @@
       dogtag:
         pem_path: '/etc/barbican/kra_admin_cert.pem'
         dogtag_host: localhost
-        dogtag_port: 8433
+        dogtag_port: 8443
         nss_db_path: '/etc/barbican/alias'
         nss_db_path_ca: '/etc/barbican/alias-ca'
         nss_password: 'password123'
@@ -39,7 +39,7 @@
       kmip:
         store_plugin: kmip_plugin
       dogtag:
-        store_plugin: dogtag_plugin
+        store_plugin: dogtag_crypto
       pkcs11:
         store_plugin: store_crypto
         crypto_plugin: p11_crypto