Compare commits
No commits in common. "3d070abca75745c5cc4e28922aafc019991275a4" and "1536b4aa2cf3bdc02394d6e698dab7bd11ed0afd" have entirely different histories.
3d070abca7
...
1536b4aa2c
2 changed files with 0 additions and 4 deletions
|
@ -7,9 +7,6 @@ do
|
||||||
output=$(smartctl -n standby -i $device)
|
output=$(smartctl -n standby -i $device)
|
||||||
exitstatus=$?
|
exitstatus=$?
|
||||||
unset power_level
|
unset power_level
|
||||||
|
|
||||||
# maybe find out power state by trying through all states and check when
|
|
||||||
# it stops exiting 2, sarting with deepest.
|
|
||||||
|
|
||||||
if $(echo $output | grep -q "Power mode is:")
|
if $(echo $output | grep -q "Power mode is:")
|
||||||
then
|
then
|
||||||
|
|
|
@ -7,7 +7,6 @@ if not node.in_group('raspberry-pi'):
|
||||||
}
|
}
|
||||||
|
|
||||||
svc_systemd['ssh'] = {
|
svc_systemd['ssh'] = {
|
||||||
'running': not node.in_group('raspberry-pi'), # FIXME
|
|
||||||
'needs': [
|
'needs': [
|
||||||
'tag:ssh_users',
|
'tag:ssh_users',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue