bug: apt-ppa-noninteractive #327

Merged
nico merged 2 commits from romain-dartigues/cdist:apt-ppa-noninteractive into master 2022-05-20 12:57:09 +00:00
Showing only changes of commit cb0fa0f2e4 - Show all commits

View file

@ -29,7 +29,7 @@ fi
case "$state_should" in
present)
echo "add-apt-repository '$name'"
echo "add-apt-repository -y '$name'"
;;
absent)
echo "remove-apt-repository '$name'"