diff options
| -rwxr-xr-x | bin/debug.sh | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/bin/debug.sh b/bin/debug.sh index 35bcfa3e..4f29f300 100755 --- a/bin/debug.sh +++ b/bin/debug.sh @@ -12,6 +12,10 @@ export FACTERLIB="/srv/leap/puppet/modules/apache/lib/facter:/srv/leap/puppet/mo  facter 2>/dev/null | egrep -i "$facts" +# show leap debian repo used +echo -e '\n\n' +cat /etc/apt/sources.list.d/leap*.list +  # query installed versions  echo -e '\n\n'  dpkg -l | egrep "$apps" | 
