Compare commits
No commits in common. "3d070abca75745c5cc4e28922aafc019991275a4" and "1536b4aa2cf3bdc02394d6e698dab7bd11ed0afd" have entirely different histories.
3d070abca7
...
1536b4aa2c
2 changed files with 0 additions and 4 deletions
|
@ -8,9 +8,6 @@ do
|
|||
exitstatus=$?
|
||||
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:")
|
||||
then
|
||||
power_level=2
|
||||
|
|
|
@ -7,7 +7,6 @@ if not node.in_group('raspberry-pi'):
|
|||
}
|
||||
|
||||
svc_systemd['ssh'] = {
|
||||
'running': not node.in_group('raspberry-pi'), # FIXME
|
||||
'needs': [
|
||||
'tag:ssh_users',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue