Skip to content

Commit

Permalink
Merge pull request #7165 from baierjan/ay_profile
Browse files Browse the repository at this point in the history
Explicitly enable sshd service in qam SLE12
  • Loading branch information
mimi1vx committed Mar 28, 2019
2 parents 2b91bc6 + 5900c46 commit 249c75a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/autoyast_qam/12_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
<pattern><%= $pattern %></pattern>
% }
</patterns>
<services-manager>
<services>
<disable config:type="list"/>
<enable config:type="list">
<service>sshd</service>
</enable>
</services>
</services-manager>
</software>
<partitioning config:type="list">
<drive>
Expand Down

0 comments on commit 249c75a

Please sign in to comment.