Sha256: 6bee219c7c11e9424fa944739532b82413c7c6a0f20dc95f87de3ff9239e7559

Contents?: true

Size: 543 Bytes

Versions: 3

Compression:

Stored size: 543 Bytes

Contents

include:
  - gui.desktop

x2go:
  pkgrepo.managed:
    - humanname: X2Go PPA repository
    - ppa: x2go/stable
  pkg.installed:
    - pkgs:
      - x2goserver 
      - x2goserver-xsession
    - require:
      - pkgrepo: x2go
      - sls: gui.desktop

  file.sed:
    - name: /etc/ssh/sshd_config
    - before: ^HostKey /etc/ssh/ssh_host_ecdsa_key
    - after: "#HostKey /etc/ssh/ssh_host_ecdsa_key # not compatible with x2go"
    - limit: ^HostKey
    - require:
      - pkg: x2go

ssh:
  service.running:
    - watch:
      - file.sed: x2go

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
salted-rails-0.0.9 salt/gui/x2go.sls
salted-rails-0.0.8 salt/gui/x2go.sls
salted-rails-0.0.7 salt/gui/x2go.sls