Skip to content
Snippets Groups Projects
Commit 7765d5cc authored by schiermi's avatar schiermi
Browse files

Experiments part 20

parent e6c9b106
Branches
No related tags found
No related merge requests found
......@@ -118,12 +118,12 @@ class desktop {
}
exec { 'enable-guestx11':
command => '/bin/systemctl enable guestx11.service'
command => '/bin/systemctl enable guestx11.service',
refreshonly => true,
}
exec { 'start-guestx11':
command => '/bin/systemctl start guestx11.service'
command => '/bin/systemctl start guestx11.service',
refreshonly => true,
}
......
......@@ -15,4 +15,8 @@ class persist {
ensure => installed,
}
service { 'puppet':
enable => false,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment