summaryrefslogtreecommitdiff
path: root/manifests/admin_user.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-10 14:35:19 +0100
committermh <mh@immerda.ch>2012-02-10 14:35:19 +0100
commit4ac736951588128005348a48f6bf20092000a2ea (patch)
treeba076cb79131c9c4c64d623de7a11a4ac7b4c320 /manifests/admin_user.pp
parenta72ab41660d403f7615eed0e1bf538a3f26cb8da (diff)
migrate everything to hiera/trocla and use the new scoping style
Diffstat (limited to 'manifests/admin_user.pp')
-rw-r--r--manifests/admin_user.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/admin_user.pp b/manifests/admin_user.pp
index 5b09122..52d01fc 100644
--- a/manifests/admin_user.pp
+++ b/manifests/admin_user.pp
@@ -1,5 +1,3 @@
-# generate hashed password with:
-# ruby -r'digest/sha1' -e 'puts "*" + Digest::SHA1.hexdigest(Digest::SHA1.digest(ARGV[0])).upcase' PASSWORD
define mysql::admin_user(
$ensure = present,
$host = '127.0.0.1',