Formulas testing revision 2019/10

Also update Duo repo key.

Related: PROD-32744
Related: PROD-33634
Related: PROD-33698

Change-Id: Id85dcc6bf224b0ec83f0f14a0843a77f188101d6
diff --git a/tests/pillar/system.sls b/tests/pillar/system.sls
index 4f604b2..c367023 100644
--- a/tests/pillar/system.sls
+++ b/tests/pillar/system.sls
@@ -5,6 +5,13 @@
     fqdn: linux.ci.local
   system:
     enabled: true
+    banner:
+      enabled: true
+      contents: |
+        ================= WARNING =================
+        This is tcpcloud network.
+        Unauthorized access is strictly prohibited.
+        ===========================================
     file:
       /tmp/sample.txt:
         source: http://techslides.com/demos/samples/sample.txt
@@ -32,6 +39,14 @@
         dir_mode: 700
         encoding: utf-8
         makedirs: true
+      test3:
+        name: /tmp/test3.txt
+        source: salt://linux/files/test/file_template.jinja
+        template: jinja
+      test4:
+        decode: True
+        name: /tmp/test4.txt
+        encoded_data: dGVzdDQK
     apt:
       preferences:
         enabled: true
@@ -544,3 +559,5 @@
       logging:
         syslog: true
         syslog_error: true
+test:
+  example: "bar"
\ No newline at end of file