Skip to content

Commit

Permalink
remove the notifies
Browse files Browse the repository at this point in the history
  • Loading branch information
JP-Odido committed Dec 13, 2023
1 parent 8db0603 commit 31f88a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
} else {
$unless_repo = "helm repo list | awk '{if(NR>1)print \$1}' | grep -w ${repo_name}"
}
notify { "unless_repo -> '${unless_repo}'": }
}

if $ensure == absent {
Expand All @@ -138,7 +137,6 @@
} else {
$unless_repo = "helm repo list | awk '{if (\$1 == \"${repo_name}\") exit 1}'"
}
notify { "unless_repo -> '${unless_repo}'": }
}

exec { "helm repo ${repo_name}":
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-helm",
"version": "4.1.17",
"version": "4.1.18",
"author": "puppetlabs",
"summary": "A module to install Helm, a kubernetes package manager",
"license": "Apache-2.0",
Expand Down

0 comments on commit 31f88a6

Please sign in to comment.