-
### Description of Issue/Question
Adding grains to the /etc/salt/minions.d/ are not rendered as grains. The same grains added to /etc/salt/minion will work.
### Setup
/etc/salt/minion.d/grains:
…
lvg01 updated
6 years ago
-
### Description of Issue/Question
win_servermanager is reporting changes regarding features installed via state module in instances where those features had already previously been installed (and sho…
-
The problem is double-encoding of the percent and the hash. Note the "%2523" which should be %23 below.
The actual error from the server:
```
To start testing your plugin interfaces, open your web…
-
After encountering and working around #189 I ran into the following:
$ ponyd serve
PonyGateway starting. Listening on http://127.0.0.1:9000
WARNING:tornado.access:404 GET / (127.0.0.1) 2.11ms
Th…
-
Thanks for writing this. I was kinda waiting for someone to.
I'd like to make some integrations to run on 127.0.0.2 so that I can run the integrations locally but limit MM to connect to 127.0.0.2, …
-
Referencing https://gist.github.com/racooper/27cdee5293a861c80bd5
Apparently grains.list_present in 2015.5.0 (and earlier) would take a "list" value. In 2015.5.2, this is broken and is still broken …
-
//---Web Services---
"maverick_analysis::influx::active": false,
"maverick_analysis::collect::active": false,
"maverick_analysis::mavlogd::active": false,
"maverick_cloud9::cloud9_active":…
-
The current installation from the `pip --pre` command ends with no error, but vaex is not found and the package appears empty.
-
I am not sure if this is an actual issue in the code or with my deployment, but it caused me some head-scratching.
I am using Tornado as an API webserver for an embedded system. It also serves a sm…
-
This related to my recent comment in Pull Request #410.
Using the current elasticluster.sh with docker I can not run a Jupyter Notebook kernel for Python with Spark because the startup script locat…