nsm: Update version of go, golint
[infra/tools.git] / infra / jenkins / slave-setup / nordix-nsm-build-server / nordix-nsm-build-server-ubuntu1804.json
index d0b19b9a2b8ba2aa3b7f0b464431f09674f83502..d9e098b3de9cbacfcae00fedbbe23ebae3dad8e6 100644 (file)
     ],
     "provisioners": [
         {
-            "script": "configure-image.sh",
+            "type": "file",
+            "source": "authorized_keys",
+            "destination": "/home/ubuntu/authorized_keys.packer"
+        },
+        {
+            "script": "configure-image-ubuntu1804.sh",
             "type": "shell"
         }
     ]