Page MenuHomeDevCentral

Kernel state configuration
ClosedPublic

Authored by dereckson on Nov 6 2017, 21:35.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 11:47
Unknown Object (File)
Sun, Oct 27, 13:48
Unknown Object (File)
Mon, Oct 21, 22:33
Unknown Object (File)
Sun, Oct 20, 01:22
Unknown Object (File)
Oct 12 2024, 19:46
Unknown Object (File)
Oct 11 2024, 12:24
Unknown Object (File)
Oct 11 2024, 12:23
Unknown Object (File)
Oct 11 2024, 11:51
Subscribers
None

Details

Summary

Fixes T1311.

Test Plan
  • applied to Ysul
  • pefs mount …

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Ysul
$ salt-call --local state.apply roles/core/sysctl
local:
----------
          ID: /etc/sysctl.conf
    Function: file.managed
      Result: True
     Comment: File /etc/sysctl.conf updated
     Started: 21:34:14.883600
    Duration: 105.326 ms
     Changes:   
              ----------
              diff:
                  --- 
                  +++ 
                  @@ -1,11 +1,22 @@
                  -# $FreeBSD: releng/11.1/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $
                  +#   -------------------------------------------------------------
                  +#   Kernel state configuration
                  +#   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  +#   Project:        Nasqueron
                  +#   Created:        2017-11-06
                  +#   License:        Trivial work, not eligible to copyright
                  +#   Source file:    roles/core/sysctl/files/sysctl.conf
                  +#   -------------------------------------------------------------
                   #
                  -#  This file is read when going to multi-user and its contents piped thru
                  -#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
                  +#   <auto-generated>
                  +#       This file is managed by our rOPS SaltStack repository.
                   #
                  +#       Changes to this file may cause incorrect behavior
                  +#       and will be lost if the state is redeployed.
                  +#   </auto-generated>
                   
                  -# Uncomment this to prevent users from seeing information about processes that
                  -# are being run under another UID.
                  -#security.bsd.see_other_uids=0
                  +#   -------------------------------------------------------------
                  +#   VFS — kernel interface to file systems
                  +#   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                   
                  +# Allow user to mount disks (required by FUSE or PEFS)
                   vfs.usermount=1

Summary for local
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time: 105.326 ms
This revision is now accepted and ready to land.Nov 6 2017, 21:36
This revision was automatically updated to reflect the committed changes.