diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:00:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:00:43 -0200 |
commit | 34231225aaafe59ba253174785146739b689537b (patch) | |
tree | fc486460250a000af5ab535ebc4ee9f7a568f8ee | |
parent | e6ff4f1a2d1c4ef587b45138e61d30563d2b9da6 (diff) | |
download | puppet-apt-34231225aaafe59ba253174785146739b689537b.tar.gz puppet-apt-34231225aaafe59ba253174785146739b689537b.tar.bz2 |
Using the lsb module
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0702d88..bff3fbf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -34,7 +34,7 @@ class apt { package { apt: ensure => installed } # a few templates need lsbdistcodename - include assert_lsbdistcodename + include lsb case $custom_sources_list { '': { |