blob: b46ee6ce2f54745a14640047fc1f687045f8ce61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [767] add bcd module on rabbit, and add ssh key for ennael
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B767%5D%20add%20bcd%20module%20on%20rabbit%2C%0A%09and%20add%20ssh%20key%20for%20ennael&In-Reply-To=%3C20110112165121.4F91742211%40valstar.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001953.html">
<LINK REL="Next" HREF="001957.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [767] add bcd module on rabbit, and add ssh key for ennael</H1>
<B>root at mageia.org</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B767%5D%20add%20bcd%20module%20on%20rabbit%2C%0A%09and%20add%20ssh%20key%20for%20ennael&In-Reply-To=%3C20110112165121.4F91742211%40valstar.mageia.org%3E"
TITLE="[Mageia-sysadm] [767] add bcd module on rabbit, and add ssh key for ennael">root at mageia.org
</A><BR>
<I>Wed Jan 12 17:51:21 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001953.html">[Mageia-sysadm] [766] typo in filename
</A></li>
<LI>Next message: <A HREF="001957.html">[Mageia-sysadm] Puppet Report for rabbit.mageia.org
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1954">[ date ]</a>
<a href="thread.html#1954">[ thread ]</a>
<a href="subject.html#1954">[ subject ]</a>
<a href="author.html#1954">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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:
--------------
puppet/manifests/nodes.pp
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=',
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110112/ec3a2b58/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001953.html">[Mageia-sysadm] [766] typo in filename
</A></li>
<LI>Next message: <A HREF="001957.html">[Mageia-sysadm] Puppet Report for rabbit.mageia.org
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1954">[ date ]</a>
<a href="thread.html#1954">[ thread ]</a>
<a href="subject.html#1954">[ subject ]</a>
<a href="author.html#1954">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|