Skip to content

Commit

Permalink
Merge pull request #64 from hubblestack/develop
Browse files Browse the repository at this point in the history
Merge to master (prep v2017.4.1)
  • Loading branch information
basepi authored Apr 3, 2017
2 parents 1f88cfe + b5cb930 commit 18a01f5
Show file tree
Hide file tree
Showing 11 changed files with 579 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fileserver_backend:
- git
gitfs_remotes:
- https://github.com/hubblestack/hubble-salt.git:
- base: v2017.3.2
- base: v2017.4.1
- root: ''
```
Expand Down
4 changes: 2 additions & 2 deletions _beacons/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
DEFAULT_MASK = None

__virtualname__ = 'pulsar'
__version__ = 'v2017.3.2'
__version__ = 'v2017.4.1'
CONFIG = None
CONFIG_STALENESS = 0

Expand All @@ -50,7 +50,7 @@
def __virtual__():
if salt.utils.is_windows():
return False, 'This module only works on Linux'
return False
return True


def _get_mask(mask):
Expand Down
2 changes: 1 addition & 1 deletion _beacons/win_pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
DEFAULT_TYPE = 'all'

__virtualname__ = 'pulsar'
__version__ = 'v2017.3.2'
__version__ = 'v2017.4.1'
CONFIG = None
CONFIG_STALENESS = 0

Expand Down
2 changes: 1 addition & 1 deletion _modules/hubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from salt.loader import LazyLoader

__nova__ = {}
__version__ = 'v2017.3.2'
__version__ = 'v2017.4.1'


def audit(configs=None,
Expand Down
2 changes: 1 addition & 1 deletion _modules/nebula_osquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

log = logging.getLogger(__name__)

__version__ = 'v2017.3.2'
__version__ = 'v2017.4.1'
__virtualname__ = 'nebula'


Expand Down
Loading

0 comments on commit 18a01f5

Please sign in to comment.