From 715fcacc996c7160fe0f9cf1f89ab0efc09f3c92 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 26 Oct 2016 13:08:16 +0200 Subject: [PATCH] Adding and using debian_repo.sls --- debian_repo.sls | 17 +++++++++++++++++ top.sls | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 debian_repo.sls diff --git a/debian_repo.sls b/debian_repo.sls new file mode 100644 index 0000000..c19ca3d --- /dev/null +++ b/debian_repo.sls @@ -0,0 +1,17 @@ +has_debian_repo: True +debian_repo: + root_dir: /var/www/html + debian_sub_dir: Debian + debian_distros: + - wheezy + - jessie + - stretch + ubuntu_sub_dir: Ubuntu + ubuntu_distros: + - trusty + - vivid + - wily + - xenial + - yakkety + sources_sub_dir: Sources + diff --git a/top.sls b/top.sls index c8835c8..137d639 100644 --- a/top.sls +++ b/top.sls @@ -13,6 +13,7 @@ base: - bind.common - bind.secondary - apache + - debian_repo 'sarah.uhu-banane.de': - location.pb-fra @@ -30,6 +31,7 @@ base: - bind.common - bind.secondary - apache + - debian_repo 'ns3.uhu-banane.de': - location.gridscale -- 2.39.5