@@ -6,6 +6,10 @@
class public::lookingglass::lgproxy {
+ package { [ 'python-dnspython', 'python-pydot', 'python-flask' ]:
+ ensure => installed,
+ }
+
user { 'lgproxy':
ensure => present,
system => true,
@@ -6,7 +6,7 @@
class public::lookingglass::lgweb {
- package { [ 'python-memcache', 'python-dnspython', 'python-pydot', 'python-flask', 'whois' ]:
ensure => installed,
}