From 7436f4265b760b87ef5763eb7833e7618c9c1d55 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Sun, 29 Nov 2020 22:59:23 -0500 Subject: Reinstate NoProfileUser Seems to have been removed by mistake in the previous cleanup --- src/utils/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/mod.rs b/src/utils/mod.rs index a960a14..4d9c68a 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -203,6 +203,7 @@ pub struct DeployDefs { #[derive(Error, Debug)] pub enum DeployDataDefsError { #[error("Neither `user` nor `sshUser` are set for profile {0} of node {1}")] + NoProfileUser(String, String), } impl<'a> DeployData<'a> { -- cgit v1.2.3