-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-fedora-desktop.pp
56 lines (40 loc) · 1011 Bytes
/
my-fedora-desktop.pp
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
$cups_poll_servers = []
#include auth::kerberos
if ($cups_poll_servers) {
include cups
}
# Just installs the autofs package, for me I want the /net/<hostname> for nfs
include autofs
# Install various repos
include repos
# I use NVidia cards, not needed, nouveou now works!
#include display::nvidia
# Chat programs, xchat, pidgin
include chat
# Add some bluetooth capability, specifically for sending and receiving files
include bluetooth
# Video players and codecs
include video
include configmanagement
include debugutils
# Video/Photo management stuff
include media
include diskutils
include gnome3
include flash
include mindmanager
include remote
include programming
include watewasdo
include finance
include virtualization
include bootdisk
include fedorapkgr
include rhev::spice
include wine
# Puppet development tools (puppet-module-tool)
include puppet::devel
# Disable multicastdns, makes .local slow/disfunctional
include nss::nomdns
include ssh::server
$gnome3::pkgs += "Boing"