diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 15:34:45 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 15:34:45 +0200 |
commit | b210f1e47e2482719cdba10e222fc5e4c87a84b0 (patch) | |
tree | d0161ff1baa9c29a9d81c28dbdfb8596c06fa2ec | |
parent | 2b6e68330c01188d3c8bc90575fe95e5c6e39636 (diff) | |
download | puppet-b210f1e47e2482719cdba10e222fc5e4c87a84b0.tar puppet-b210f1e47e2482719cdba10e222fc5e4c87a84b0.tar.gz puppet-b210f1e47e2482719cdba10e222fc5e4c87a84b0.tar.bz2 puppet-b210f1e47e2482719cdba10e222fc5e4c87a84b0.tar.xz puppet-b210f1e47e2482719cdba10e222fc5e4c87a84b0.zip |
Change tabs into spaces
-rw-r--r-- | modules/youri-check/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index bc8060a7..8f9b7d06 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -3,7 +3,7 @@ class youri-check { $vhost = "check.${::domain}" $user = 'youri' $home = '/var/lib/youri' - $home_check = '/var/www/youri-check' + $home_check = '/var/www/youri-check' user { $user: comment => 'Youri Check', |