Hi!
I'm trying to modify the /etc/fuse.conf
by using this sls file:
-----------------------------------
modify-config-files:
file.replace:
- path: /etc/fuse.conf
- pattern: "# mount_max = 1000"
- repl: "mount_max = 1000"
- append_if_not_found: True
# - dry_run: True
------------------------------------
Result is:
Execute a packaged state run, the packaged state run will exist in a
tarball available locally. This packaged state
can be generated using salt-ssh.
CLI Example:
.. code-block:: bash
salt '*' state.pkg /tmp/salt_state.tgz
760a9353810e36f6d81416366fc426dc md5
The file /etc/fuse.conf is not changed afterwards.
Google couldn't help me to resolve that problem. Any hints here from saltstack
pros?
--
You received this message because you are subscribed to the Google Groups
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qubes-users/fdcf7056-9ee1-bb78-c36a-6b95a738a8c7%40gmx.de.