X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fmark.pp;h=d83a02c44d98f36892870c8b90e9d7f4092dba3d;hb=cc04b37121efb0fab5a356187d0a3de7d5327b1b;hp=e43916204b901c5f2823192d5b48e951c454988c;hpb=54af7f5b8fc5520b6d61dab57fdb2690404a4ede;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/mark.pp b/manifests/mark.pp index e439162..d83a02c 100644 --- a/manifests/mark.pp +++ b/manifests/mark.pp @@ -13,7 +13,7 @@ define apt::mark ( $unless_cmd = undef } default: { - $unless_cmd = "/usr/bin/apt-mark showm${setting} ${title} | /bin/fgrep -qs ${title}" + $unless_cmd = "/usr/bin/apt-mark show${setting} ${title} | /bin/fgrep -qs ${title}" } } exec { "/usr/bin/apt-mark ${setting} ${title}":