Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
32988f01
Commit
32988f01
authored
Jan 30, 2018
by
James T. Lee
Browse files
/usr/bin/systemctl -> /bin/systemctl
parent
fa06b0f0
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
14 deletions
+14
-14
files/openvpn/learn-address.sh
files/openvpn/learn-address.sh
+1
-1
manifests/profile/base/distccd.pp
manifests/profile/base/distccd.pp
+1
-1
manifests/profile/base/fs.pp
manifests/profile/base/fs.pp
+2
-2
manifests/profile/base/libvirt.pp
manifests/profile/base/libvirt.pp
+1
-1
manifests/profile/base/network.pp
manifests/profile/base/network.pp
+1
-1
manifests/profile/base/openvpn.pp
manifests/profile/base/openvpn.pp
+1
-1
manifests/profile/base/puppet.pp
manifests/profile/base/puppet.pp
+1
-1
manifests/profile/base/ssh.pp
manifests/profile/base/ssh.pp
+2
-2
manifests/profile/base/zfs.pp
manifests/profile/base/zfs.pp
+1
-1
manifests/profile/workstation/pulseaudio.pp
manifests/profile/workstation/pulseaudio.pp
+1
-1
manifests/profile/workstation/synergy.pp
manifests/profile/workstation/synergy.pp
+2
-2
No files found.
files/openvpn/learn-address.sh
View file @
32988f01
...
@@ -14,7 +14,7 @@ add_host() {
...
@@ -14,7 +14,7 @@ add_host() {
echo
-e
"
${
ip
}
\t
${
cn
}
"
>>
"
$HOSTS
"
echo
-e
"
${
ip
}
\t
${
cn
}
"
>>
"
$HOSTS
"
# Load it into DNS
# Load it into DNS
/usr
/bin/systemctl reload dnsmasq
/bin/systemctl reload dnsmasq
}
}
case
"
$1
"
in
case
"
$1
"
in
...
...
manifests/profile/base/distccd.pp
View file @
32988f01
...
@@ -15,7 +15,7 @@ class nest::profile::base::distccd {
...
@@ -15,7 +15,7 @@ class nest::profile::base::distccd {
}
}
exec
{
'distccd-systemd-daemon-reload'
:
exec
{
'distccd-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
notify
=>
Service
[
'distccd'
]
notify
=>
Service
[
'distccd'
]
}
}
...
...
manifests/profile/base/fs.pp
View file @
32988f01
...
@@ -27,7 +27,7 @@ class nest::profile::base::fs {
...
@@ -27,7 +27,7 @@ class nest::profile::base::fs {
}
}
exec
{
'nfs-server-systemd-daemon-reload'
:
exec
{
'nfs-server-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
...
@@ -122,7 +122,7 @@ class nest::profile::base::fs {
...
@@ -122,7 +122,7 @@ class nest::profile::base::fs {
}
}
exec
{
'cachefilesd-systemd-daemon-reload'
:
exec
{
'cachefilesd-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
...
...
manifests/profile/base/libvirt.pp
View file @
32988f01
...
@@ -71,7 +71,7 @@ class nest::profile::base::libvirt {
...
@@ -71,7 +71,7 @@ class nest::profile::base::libvirt {
}
}
exec
{
'libvirt-systemd-daemon-reload'
:
exec
{
'libvirt-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
}
}
manifests/profile/base/network.pp
View file @
32988f01
...
@@ -36,7 +36,7 @@ class nest::profile::base::network {
...
@@ -36,7 +36,7 @@ class nest::profile::base::network {
# probably not *strictly* necessary, but good practice none-the-less
# probably not *strictly* necessary, but good practice none-the-less
exec
{
'NetworkManager-systemd-daemon-reload'
:
exec
{
'NetworkManager-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
}
}
manifests/profile/base/openvpn.pp
View file @
32988f01
...
@@ -139,7 +139,7 @@ class nest::profile::base::openvpn {
...
@@ -139,7 +139,7 @@ class nest::profile::base::openvpn {
}
}
exec
{
'dnsmasq-systemd-daemon-reload'
:
exec
{
'dnsmasq-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
subscribe
=>
File
[
'/etc/systemd/system/dnsmasq.service.d/10-openvpn.conf'
],
subscribe
=>
File
[
'/etc/systemd/system/dnsmasq.service.d/10-openvpn.conf'
],
}
}
...
...
manifests/profile/base/puppet.pp
View file @
32988f01
...
@@ -35,7 +35,7 @@ class nest::profile::base::puppet {
...
@@ -35,7 +35,7 @@ class nest::profile::base::puppet {
}
}
exec
{
'puppetserver-systemd-daemon-reload'
:
exec
{
'puppetserver-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
before
=>
Class
[
'::puppet::server::service'
],
before
=>
Class
[
'::puppet::server::service'
],
}
}
...
...
manifests/profile/base/ssh.pp
View file @
32988f01
...
@@ -35,12 +35,12 @@ class nest::profile::base::ssh {
...
@@ -35,12 +35,12 @@ class nest::profile::base::ssh {
}
}
exec
{
'ssh-systemd-daemon-reload'
:
exec
{
'ssh-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
exec
{
'ssh-agent-enable-systemd-user-service'
:
exec
{
'ssh-agent-enable-systemd-user-service'
:
command
=>
'/
usr/
bin/systemctl --user --global enable ssh-agent.service'
,
command
=>
'/bin/systemctl --user --global enable ssh-agent.service'
,
creates
=>
'/etc/systemd/user/default.target.wants/ssh-agent.service'
,
creates
=>
'/etc/systemd/user/default.target.wants/ssh-agent.service'
,
require
=>
File
[
'/etc/systemd/user/ssh-agent.service'
],
require
=>
File
[
'/etc/systemd/user/ssh-agent.service'
],
}
}
...
...
manifests/profile/base/zfs.pp
View file @
32988f01
...
@@ -124,7 +124,7 @@ class nest::profile::base::zfs {
...
@@ -124,7 +124,7 @@ class nest::profile::base::zfs {
}
}
exec
{
'zfs-systemctl-daemon-reload'
:
exec
{
'zfs-systemctl-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
}
}
manifests/profile/workstation/pulseaudio.pp
View file @
32988f01
...
@@ -3,7 +3,7 @@ class nest::profile::workstation::pulseaudio {
...
@@ -3,7 +3,7 @@ class nest::profile::workstation::pulseaudio {
# the first thing to use it, like mpd; and when it does, it will respawn
# the first thing to use it, like mpd; and when it does, it will respawn
# itself like a virus, preventing clean shutdowns.
# itself like a virus, preventing clean shutdowns.
exec
{
'pulseaudio-enable-systemd-user-service'
:
exec
{
'pulseaudio-enable-systemd-user-service'
:
command
=>
'/
usr/
bin/systemctl --user --global enable pulseaudio.socket'
,
command
=>
'/bin/systemctl --user --global enable pulseaudio.socket'
,
creates
=>
'/etc/systemd/user/sockets.target.wants/pulseaudio.socket'
,
creates
=>
'/etc/systemd/user/sockets.target.wants/pulseaudio.socket'
,
}
}
}
}
manifests/profile/workstation/synergy.pp
View file @
32988f01
...
@@ -37,12 +37,12 @@ class nest::profile::workstation::synergy {
...
@@ -37,12 +37,12 @@ class nest::profile::workstation::synergy {
}
}
exec
{
'synergy-systemd-daemon-reload'
:
exec
{
'synergy-systemd-daemon-reload'
:
command
=>
'/
usr/
bin/systemctl daemon-reload'
,
command
=>
'/bin/systemctl daemon-reload'
,
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
exec
{
'synergy-enable-systemd-user-service'
:
exec
{
'synergy-enable-systemd-user-service'
:
command
=>
'/
usr/
bin/systemctl --user --global enable synergys.service'
,
command
=>
'/bin/systemctl --user --global enable synergys.service'
,
creates
=>
'/etc/systemd/user/default.target.wants/synergys.service'
,
creates
=>
'/etc/systemd/user/default.target.wants/synergys.service'
,
require
=>
File
[
'/etc/systemd/user/synergys.service'
],
require
=>
File
[
'/etc/systemd/user/synergys.service'
],
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment