From 7de07d053c76cdc0c270cb77c79abc2cf4100c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 25 Mar 2018 17:41:15 +0200 Subject: Add NTP to base installation --- modules/base_installation/manifests/services.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/base_installation/manifests/services.pp b/modules/base_installation/manifests/services.pp index d7b4d61..067a8f2 100644 --- a/modules/base_installation/manifests/services.pp +++ b/modules/base_installation/manifests/services.pp @@ -15,6 +15,11 @@ class base_installation::services inherits base_installation { enable => true, } + service { "systemd-timesyncd": + #ensure => "running", + enable => true + } + service { "cronie": #ensure => "running", enable => true, -- cgit v1.2.3 From ec0013e923c7a75289ea08b64183c28949eb30a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 25 Mar 2018 22:06:01 +0200 Subject: Upgrade bot --- environments/production/roles/cryptoportfolio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/production/roles/cryptoportfolio.yaml b/environments/production/roles/cryptoportfolio.yaml index 566c7f2..d80af88 100644 --- a/environments/production/roles/cryptoportfolio.yaml +++ b/environments/production/roles/cryptoportfolio.yaml @@ -1,5 +1,5 @@ --- role::cryptoportfolio::front_version: v0.0.2-3-g6200f9a role::cryptoportfolio::front_sha256: 69d31251ecd4fcea46d93dfee0184b1171019a765b6744b84f6eec6b10e5818f -role::cryptoportfolio::bot_version: v0.5.1 -role::cryptoportfolio::bot_sha256: 733789711365b2397bd996689af616a6789207d26c71a31ad1af68620b267d54 +role::cryptoportfolio::bot_version: v1.0 +role::cryptoportfolio::bot_sha256: 3a9ebe2c850025409c28dd1dcccfaa7dd4e96ff7de0779d816e3a2852612365c -- cgit v1.2.3