From 7f2e7764e37cc97ee4fa2f3a5ef0f5f39f7370a2 Mon Sep 17 00:00:00 2001 From: OKUMURA Takahiro Date: Sat, 8 Dec 2018 22:58:11 +0900 Subject: [PATCH] Fix manifests --- manifests/client/config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/client/config.pp b/manifests/client/config.pp index 7f6c05c..dcd33b4 100644 --- a/manifests/client/config.pp +++ b/manifests/client/config.pp @@ -5,6 +5,7 @@ class stns::client::config ( $api_end_point = $stns::client::api_end_point, + $auth_token = $stns::client::auth_token, $user = $stns::client::user, $password = $stns::client::password, $wrapper_path = $stns::client::wrapper_path,