diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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> { |