diff --git a/linux/top.sls b/linux/top.sls new file mode 100644 index 0000000..29cba74 --- /dev/null +++ b/linux/top.sls @@ -0,0 +1,9 @@ +base: + 'G@os:Fedora': + - fedora + + 'G@os:Debian': + - debian + + 'G@os:Ubuntu': + - ubuntu \ No newline at end of file