1 |
# svn, big important server |
# svn, big important server |
2 |
node valstar { |
node valstar { |
3 |
include default_mageia_server |
include default_mageia_server |
4 |
|
|
5 |
# for puppet svn checkout |
# for puppet svn checkout |
6 |
package {"subversion": |
package {"subversion": |
7 |
ensure => "installed" |
ensure => "installed" |
8 |
} |
} |
9 |
|
|
10 |
|
# svn spam log with |
11 |
|
# Oct 26 13:30:01 valstar svn: No worthy mechs found |
12 |
|
# without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html |
13 |
|
# |
14 |
|
package {"sasl-plug-anonymous": |
15 |
|
ensure => "installed" |
16 |
|
} |
17 |
|
|
18 |
# update the puppet snapshot |
# update the puppet snapshot |
19 |
cron { puppet_update: |
cron { puppet_update: |
20 |
command => "cd /etc/puppet && /usr/bin/svn update -q", |
command => "cd /etc/puppet && /usr/bin/svn update -q", |