Revision
767
Author
boklm
Date
2011-01-12 17:51:20 +0100 (Wed, 12 Jan 2011)

Log Message

add bcd module on rabbit, and add ssh key for ennael

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2011-01-12 16:49:39 UTC (rev 766)
+++ puppet/manifests/nodes.pp	2011-01-12 16:51:20 UTC (rev 767)
@@ -139,8 +139,12 @@
 node rabbit {
 # Location: Server offered by Dedibox (paris)
 # 
-# TODO:
-# - setup bcd
     include default_mageia_server
     timezone::timezone { "Europe/Paris": }
+
+    include bcd::base
+    bcd::ssh_access { "ssh key for ennael":
+	type => 'ssh-rsa',
+	key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=',
+    }
 }